1.1.0 • Published 4 years ago

makemy v1.1.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

makemy is a tool that parses your text-posts and creates beautiful webpages out of them :heart: 📄

Build Status npm unpacked size npm Open Source Love svg2

 

Features / Why choose makemy ⭐

  • Works like a charm for static blog-pages!
  • Simple and logic API
  • Efficient and uses few dependencies
  • Supports Markdown
  • Use your own template super easily
  • Automatic folder-structuring
  • Helpful feedback in terminal
  • Automatically generated JSON for fetching previews of your posts on the client (test example)
  • Ability to update content of already generated pages
  • Ability to update templates for already generated pages
  • Ability to update/alter JSON file
  • Pre-styled and responsive with CSS, but easily allows for own styling
  • Follows the GitHub pages structure

Extra feature created by makemy :heart:

  • Sugar-language for people that don't want to use markdown (Combination of easy syntax, HTML and normal text-writing)

Read the documentation

Extra reading material: Syntax Document (SUGAR-PARSER)

How to use:

1️. Install

npm install makemy

 

2️. Run makemy-init to get a pre-made "generator" folder in your project

makemy-init

 

3. Create your post and template in the project-folder and run makemy.page() video example

 

Done! ✅

Now you can create as many posts as you wish! Just run the makemy function to create their HTML-pages. Example of two generated pages, one with markdown and one with the makemy sugar-syntax:

The url of a post would be structured like this: https://mycoolsite.github.io/posts/post_about_waffles

 

Read the full documentation

1.1.0

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.10

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago