diary-website

Website for diary
git clone https://git.in0rdr.ch/diary-website.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

index.html (2806B)


      1 ---
      2 layout: default
      3 title: Home
      4 ---
      5 
      6 {% include intro.html %}
      7 
      8 <article>
      9   <div class="page container">
     10     <header class="page-header">
     11       <h1 class="page-title">Demo</h1>
     12     </header>
     13     <div class="page-content">
     14       <img src="{{ '/assets/images/demo.gif' | relative_url }}" alt="diary-demo" />
     15     </div>
     16     <header class="page-header">
     17       <h1 class="page-title">Quickstart</h1>
     18     </header>
     19     <div class="page-content">
     20       <ol class="default-ol">
     21         <li>
     22           <p>
     23             On Linux, download and install the diary from the Open Build Service:
     24           </p>
     25           <table class="download">
     26             <tr>
     27               <td>
     28                 <a href="https://software.opensuse.org/download.html?project=home%3Ain0rdr&package=diary">📦 stable</a>
     29               </td>
     30               <td>
     31                 <a href="https://build.opensuse.org/package/show/home:in0rdr/diary">
     32                   <img alt="diary build result" src="https://build.opensuse.org/projects/home:in0rdr/packages/diary/badge.svg?type=percent">
     33                 </a>
     34               </td>
     35             </tr>
     36             <tr>
     37               <td>
     38                 <a href="https://software.opensuse.org/download.html?project=home%3Ain0rdr&package=diary-nightly">🌜 nightly</a>
     39               </td>
     40               <td>
     41                 <a href="https://build.opensuse.org/package/show/home:in0rdr/diary-nightly">
     42                   <img alt="diary-nightly build result" src="https://build.opensuse.org/projects/home:in0rdr/packages/diary-nightly/badge.svg?type=percent">
     43                 </a>
     44               </td>
     45             </tr>
     46           </table>
     47           <p>
     48 	    On MacOS, install with <a href="https://formulae.brew.sh/formula/diary">Homebrew</a>:
     49 	    <code>
     50               brew install diary
     51 	    </code>
     52           </p>
     53           <p>
     54 	    Check the <a href="https://code.in0rdr.ch/diary/file/README.md.html"><code>README</code></a> for further build options.
     55           </p>
     56         </li>
     57         <li>
     58           <p>Set the EDITOR environment variable to your favourite text editor:</p>
     59           <p><code>export EDITOR=vim</code></p>
     60         </li>
     61         <li>
     62           <p>Run the diary, with the folder for the text files as first argument:</p>
     63           <p><code>diary ~/.diary</code></p>
     64           <p>
     65             Or, set the environment variable <code>DIARY_DIR</code> to the desired directory.
     66             The text files in this folder will be named 'yyyy-mm-dd'.
     67           </p>
     68         </li>
     69       </ol>
     70     </div>
     71     <header class="page-header">
     72       <h1 class="page-title">Keybindings Cheat Sheet</h1>
     73     </header>
     74     <div class="page-content">
     75       <img src="{{ '/assets/images/diary-cheat-sheet.png' | relative_url }}" alt="diary-keybindings-cheat-sheet" />
     76     </div>
     77   </div>
     78 </article>