diary-website

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

index.html (2464B)


      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             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         </li>
     48         <li>
     49           <p>Set the EDITOR environment variable to your favourite text editor:</p>
     50           <p><code>export EDITOR=vim</code></p>
     51         </li>
     52         <li>
     53           <p>Run the diary, with the folder for the text files as first argument:</p>
     54           <p><code>diary ~/.diary</code></p>
     55           <p>
     56             Or, set the environment variable <code>DIARY_DIR</code> to the desired directory.
     57             The text files in this folder will be named 'yyyy-mm-dd'.
     58           </p>
     59         </li>
     60       </ol>
     61     </div>
     62     <header class="page-header">
     63       <h1 class="page-title">Keybindings Cheat Sheet</h1>
     64     </header>
     65     <div class="page-content">
     66       <img src="{{ '/assets/images/diary-cheat-sheet.png' | relative_url }}" alt="diary-keybindings-cheat-sheet" />
     67     </div>
     68   </div>
     69 </article>