OcttKB/Wiki-OcttKB/tiddlers/Normal/_Static site generator.tid

36 lines
3.4 KiB
Plaintext
Raw Normal View History

2023-09-06 01:37:12 +02:00
created: 20230905232949767
creator: Octt
2024-02-02 01:10:05 +01:00
modified: 20240201232824901
2023-09-06 01:37:12 +02:00
modifier: Octt
tags:
title: Static site generator
<<^wikipediaframe "Static site generator">>
2024-01-30 18:28:29 +01:00
* <<linkdescgit Docusaurus "https://docusaurus.io" "Easy to maintain open source documentation websites." "https://github.com/facebook/docusaurus">> (website contains a Showcase section with many sites)
2024-01-28 21:44:03 +01:00
** [[Support Relative Path|https://github.com/facebook/docusaurus/issues/448#issuecomment-908777029]]
** [[Option to generate offline static HTML files usable without server|https://github.com/facebook/docusaurus/issues/3825]]
*** [[Docusaurus-Static|https://octospacc.gitlab.io/editocttrialTools/docusaurus-static/]] --- my hack for solving the problem
** [[@easyops-cn/docusaurus-search-local|https://github.com/easyops-cn/docusaurus-search-local]] --- //Offline/local search for Docusaurus v2/v3// --- <<[# Demo"https://easyops-cn.github.io/docusaurus-search-local/">>
2024-01-30 18:28:29 +01:00
** [[How to use math equations in Docusaurus|https://aloci.me/mathjax-katex/]] --- a KaTeX integration is officially aknowledged, unfortunately for my experience alignment and spacing of some symbols is broken; better to just inject MathJax
* [[mdBook|https://rust-lang.github.io/mdBook/]] --- //command line tool to create books with Markdown. It is ideal for creating product or API documentation, tutorials, course materials or anything that requires a clean, easily navigable and customizable presentation.// --- <<[# Git "https://github.com/rust-lang/mdBook">>
* <<linkdescgit Retype "https://retype.com" "ultra-high-performance ✨ static website generator that builds a website based on simple Markdown text files" "https://github.com/retypeapp">> --- seems catered towards docs/notes sites
* <<linkdescgit Hugo "https://gohugo.io" "The worlds fastest framework for building websites" "https://github.com/gohugoio/hugo">>
2023-12-04 01:49:00 +01:00
2023-12-17 02:40:40 +01:00
* [[Hexo|https://hexo.io/]] --- //A fast, simple & powerful blog framework//
** //[[NexT|https://theme-next.js.org/]] is a high quality elegant theme for Hexo. It is crafted from scratch, with love.// --- <<[# Git "https://github.com/next-theme">>
2023-12-04 01:49:00 +01:00
* [[Jekyll|https://jekyllrb.com]] (+ docs) --- //🌐 Jekyll is a blog-aware static site generator in Ruby// --- <<#[ Git"https://github.com/jekyll">>
** [[Jekyll Themes|http://jekyllthemes.org/]] --- //A directory of the best-looking themes for Jekyll blogs// --- <<#[ Git"https://github.com/mattvh/jekyllthemes">>
*** <<linkdescgit "So Simple [Theme]" "https://mmistakes.github.io/so-simple-theme" " A simple Jekyll theme for words and pictures." "https://github.com/mmistakes/so-simple-theme">>
*** <<linkdescgit "Jekflix Template" "https://jekflix.rossener.com/" "A Jekyll theme inspired by Netflix. 🎬" "https://github.com/thiagorossener/jekflix-template">>
2023-12-22 01:25:51 +01:00
*** [[TeXt Theme|https://kitian616.github.io/jekyll-TeXt-theme/]] --- //💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc. // --- <<[# Git"https://github.com/kitian616/jekyll-TeXt-theme">>
2023-12-04 01:49:00 +01:00
** [[Working with upcoming posts in Jekyll|https://www.fizerkhan.com/blog/posts/working-with-upcoming-posts-in-jekyll]]
2023-12-20 01:53:05 +01:00
* [[Pelican|https://getpelican.com/]]
** [[Eevee|https://kura.gg/eevee/]] --- //A Material Design theme for Pelican//
2024-02-02 01:10:05 +01:00
* Zola
** [[Terminimal|https://pawroman.github.io/zola-theme-terminimal/]] --- //simple, minimal retro theme for Zola// --- <<[# Git "https://github.com/pawroman/zola-theme-terminimal/">>