Skip to content
/ gitowl Public

A framework ready to publish documents with github pages.

Notifications You must be signed in to change notification settings

GitOwl/gitowl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitowl

A powerful and small framework ready to publish documents in Github Pages or private servers.

Key FeaturesHow To UseDownloadCreditsSupportLicense

GitOwl

Key Features

  • Fully compatible with Github Pages
  • No backend or database is needed
  • Only need to configure the routes
  • It weighs less than 100kb
  • You can write with Markdown or Html
  • Editing directly from Github
  • Supports multiple themes
  • It can be divided into versions and languages
  • Fully configurable and customisable

How To Use

You only need to download the latest release and copy it to the folder where Github Pages are enabled (Ex: Docs)

Gitowl has two important files config.yaml and routes.yaml, that you can edit.

It can make different routes arrangements. The easy way is to create a folder by subject and put in the .md or .html files. All files and folders must be declared in the routes.yaml

- id: 1
  title: Folder Title
  folder: path
  items:
  - title: Title 1
    file: file1.md
  - title: Title 2
    file: file2.md

- id: 2
  title: Without folder
  file: file.md

You can edit all files directly from GitHub.

For more details read the documentation

Download

You can download latest stable release. (When version 1.0 is ready)

Credits

This software uses code from several open source packages.

GitOwl is highly inspired by grav-learn but doesn't use its code.

Support

You can help in different ways:

  • Use it!
  • Put us a star on github
  • Warn us if you found a bug
  • Correct my English
  • Share it with everyone
  • Buy me a coffee

License

MIT is open-sourced software licensed under the MIT license.

About

A framework ready to publish documents with github pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published