Skip to content

Lifailon/lifailon.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web version of the PowerShell Commands and RuDocs

Branch Description
main Markdown sources for building MkDocs and Zola.
✔️ zola-duckquill Assembled from Markdown using Zola and Duckquill theme.
mkdocs-material Assembled from Markdown using MkDocs and Material theme.
hugo-dark Assembled from Markdown using Hugo and Dark Theme Editor.
jekyll-now Assembled from Markdown using Jekyll and Jekyll Now.
pandoc-solarized Assembled from Markdown using Pandoc and Solarized Dark theme.

Статья на Хабр: Создание статических сайтов из Markdown без HTML

Используемы расширения VSCode:

  • Markdown Preview Enhanced - предпросмотр, а также конвертация в формат PDF и HTML.
  • Markdown All in One - быстрое создание меню, а также ряд других функций.

Build Zola

### Clone repository and theme
git clone lifailon.github.io
cd lifailon.github.io
git clone https://codeberg.org/daudix/duckquill.git themes/duckquill

### Install zola
Invoke-RestMethod "https://github.com/getzola/zola/releases/download/v0.19.2/zola-v0.19.2-x86_64-pc-windows-msvc.zip" -OutFile zola.zip
Expand-Archive -Path zola.zip
Remove-Item zola.zip

.\zola.exe serve
.\zola.exe build