Coder Social home page Coder Social logo

pagebuild's Introduction

pagebuild

This is a static site generator written in rust.

How to run:

Run this by building the executable and running:
pagebuild "path_to_text-src" "path_to_html_files"
Flags: --verbose for full output

What this needs:

  • A directory that contains the website
  • In there, a folder "text-src", containing:
    • your desired pages as markdown files
    • a template.html file. The text {{Content}} in the template file will be replaced with your content, gererated from the markdown files
    • optionally a components.html file. The format is documented in examples/text-src/components.html/. Components allow easy reuse of specific html or markdown snippets.

Your .html files will be saved to path_to_html_files/*.html, so resources like stylesheets are referenced from there and not from the /text-src/ folder. The example website outputs a few errors regarding components intentionally.

pagebuild's People

Contributors

caitlynnfey avatar pipinspace avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

caitlynnfey

pagebuild's Issues

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.