Giter Site home page Giter Site logo

symkat / markdownsite Goto Github PK

View Code? Open in Web Editor NEW
410.0 410.0 17.0 1.41 MB

Create a website from a git repository in one click

Home Page: https://markdownsite.com

Perl 18.40% Shell 0.37% CSS 52.70% Jinja 25.63% Lua 0.46% Python 0.02% JavaScript 0.10% Raku 1.61% HTML 0.70%
hosting infrastructure markdown static-site website

markdownsite's People

Contributors

symkat avatar thibaultduponchelle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

markdownsite's Issues

Some more URL rewrite to mimic github pages (and jekyll) behaviour

First thank you for this, it's damn cool! ๐Ÿ‘๐Ÿผ

When linking between jekyll (and hugo) generated website, it's usual to use /page/ or page. It's more a github pages rewrite rule than a jekyll thing actually.

If I take a jekyll example, here is what I observe:

  1. When permalink is set to page/ it will generate a page/index.html directory and link it with page/
  2. When permalink is set to page it will generate a page.html and link it with page
  3. When permalink is not set, it will generate a page.html and link it with page.html

Example of 1. with about.md producing about/index.html and linked via about/

Example of 2. with contact.md producing contact.html and linked via contact

Example of 3. with nopermalink.md producing nopermalink.html and linked via nopermalink.html

The current behaviour of MarkdownSite is like this (as documented):

  1. It is working fine for about/ and about/index.html
  2. It is not working for contact (but file is well there and accessible with contact.html)
  3. It is working for nopermalink.html

Would it be possible to add some rewrite rules to lighttpd conf to hande 2.?

It would help to do not have to adapt too much when switching from jekyll/hugo to MarkdownSite ๐Ÿ˜ƒ

Hosting on a single node?

This is an exciting project- I've been looking for something like this for a long time.

One blocker for me is the challenge of requiring a minimum of four servers to spin up a MarkdownSite setup (as documented in devops/.)

Is it possible to host MarkdownSite on a single server instead of four? If not, is this planned for the future?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.