Skip to content

kapnion/deferat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deferat

A simple blog engine for displaying markdown formatted posts written in .NET Core. Used on my personal site, jamesnaylor.dev

Usage

Simply run:

dotnet run -p src

Put your posts into the Posts directory, author details in Authors and then update the index.md page in Settings. Alternatively you can set the POSTS, AUTHORS and SETTINGS environment variables before running the app to use you own locations.

To read how to format posts, read the example post

About

🖋 Simple blog engine to display markdown posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 44.3%
  • HTML 41.8%
  • CSS 12.1%
  • JavaScript 1.8%