Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blog link #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ SiteFi is a simple and highly configurable static site generator for F#. It uses
* Develop dynamic articles in F#, with charts, visualizations, etc.
* Streamlined workflow for template changes (style, layout, etc.) - see effects immediately, and only rebuild when you are done

## Introduction

See my [blog article](https://www.intellifactory.com/blog/5862/f-metablogging-introducing-blogengine-for-your-static-markdown-based-f-blog) about Site-Fi, (which I called BlogEngine back then) in order to get an overview and extensive tutorial.

# 1. Configuring your blog

The main configuration file is located in `src\Hosted\config.yml`. Use this file to configure various site-wide aspects such as the URL you are deploying your blog to, your name, the default language for your articles, and RSS/Atom feed info.
Expand Down