Skip to content

ForNeVeR/fornever.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,078 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fornever.me: Engineer, Programmer, Gentleman Status Aquana Docker Image

This is the fornever.me site source code. It uses ForneverMind — a simple homemade blog engine mainly written in the F# programming language.

Features

  • ASP.NET Core web engine.
  • Main pages layout in Razor.
  • Blog posts are written in Markdown.
  • Source code highlighting is provided by highlight.js on the server side.
  • Disqus comment system.

Configuration

Backend reads its settings from the standard appsettings.json file. The available settings are:

  • baseUrl: URL to listen when started.

Deployment

Consider using the following Ansible task for deployment:

- name: Deploy fornever.me website
  hosts: fornever_me
  vars:
    fornever_me_version: v5.0.0
    fornever_me_port: 5001

  tasks:
    - name: Install fornever.me
      community.docker.docker_container:
        name: fornevermind
        image_name_mismatch: recreate
        image: revenrof/fornever.me:{{ fornever_me_version }}
        published_ports:
          - {{ fornever_me_port }}:80
        restart_policy: unless-stopped
        default_host_ip: ''

This will deploy the Docker container version v5.0.0 and make it to listen port 5001 on the host.

Versioning Policy

The project adheres to Semantic Versioning.

We consider the web API (HTTP requests and responses, URLs) as the public API. Project deployment requirements are not considered as public API and thus may change at any time.

Since newly published posts create a new available URL, they are considered as part of the API, and the addition of a post will lead to incrementing the version as well.

Note

This project has a long history, and versioning was evolving through the years as well. In particular, the following versioning changes have been made:

  • the old versions (in Python and Haskell) were not versioned at all (these are tagged as unversioned-* in the changelog);
  • the versions in range [1.0.0; 3.1.0] didn't technically follow the Semantic Versioning; sometimes, they might've been incremented even with no actual application changes (e.g., while tuning the continuous deployment pipeline);
  • the versions in range [3.2.0; 4.6.3] weren't always incrementing on new content publishing; sometimes, new content was added into an already published version.

Documentation

License

The project is distributed under the terms of the MIT license.

The license indication in the project's sources is compliant with the REUSE specification v3.3.

About

Friedrich von Never: Engineer, Programmer, Gentleman.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors