[go: up one dir, main page]

Skip to content

This is the supplementary theme meant for the CMS-PKM-Blogger project

License

Notifications You must be signed in to change notification settings

Stradichenko/PKB-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PKB-theme

About

This is the supplementary theme meant for the CMS-PKB-Blogger project. This template is meant for a blog oriented towards a Personal Knowledge Management (PKB). The theme is inspired in some subjects of Edward Tufte's work, the PKB, and Gwerns' blog design.

Installation

Make sure to have HUGO and Git.

As a Hugo Module (recommended)

From your project's root directory, initiate the hugo module system and add the theme's repo to your config.toml

hugo mod init github.com/<your_user>/<your_project>
echo 'theme = ["github.com/Stradichenko/PKB-theme"]' >> config.toml

As Git submodule

hugo new site <YOURWEBSITENAME>
cd <YOURWEBSITENAME> # go inside the folder of your PKB
git init
git submodule add https://github.com/Stradichenko/PKB-theme.git themes/PKB-theme
echo "theme = 'PKB-theme'" >> hugo.toml

View your site at the URL displayed in your terminal.

Getting Started

Inside your folder you can always use the command hugo server and check it with localhost:1313 in the address bar of your browser. The hugo server command starts a local development server that watches for changes in your files and automatically regenerates the site and refreshes the browser. This is useful for live previewing changes as you develop your site. Press Ctrl + C to stop Hugo’s development server.

Configure your site

Described at documentation, these are the initial steps to understand how you can customize your blog to your liking.

Publising site

By default, running the command hugo will generate the static files for your website from your content and templates. The generated files will be placed in the public directory (or another specified output directory).

About

This is the supplementary theme meant for the CMS-PKM-Blogger project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages