Skip to content

taukeyboard/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tau Keyboard Project Website

Local Development

Pre-requisites: Hugo and Git

# Clone the repo
git clone https://github.com/taukeyboard/website.git

# Change directory
cd website

# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313

Add a new blog post

hugo new content blog/my-first-post.md

After finish, remove the draft: true from header and push to github.

Update theme

hugo mod get -u
hugo mod tidy

See Update modules for more details.

Releases

No releases published

Packages

No packages published