website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (236B)


      1 # Website with saait
      2 
      3 ```sh
      4 for file in markdown/*.md; do pandoc "$file" -o "html/$(basename "${file%.md}.html")"; done
      5 ```
      6 
      7 ```sh
      8 rm output/*css
      9 cp css/* output
     10 find pages -type f -name '*.cfg' -print0 | sort -zr | xargs -0 saait
     11 ```
     12