https://github.com/mervinpraison/artisan-static
https://github.com/mervinpraison/artisan-static
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mervinpraison/artisan-static
- Owner: MervinPraison
- Created: 2019-06-18T11:03:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T02:16:49.000Z (about 3 years ago)
- Last Synced: 2025-12-20T00:30:18.083Z (6 months ago)
- Language: HTML
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artisan Static
[](https://oss.ninja/mit/raniesantos)
[](https://ko-fi.com/raniesantos)
An advanced starter template for building a static Jigsaw blog hosted on Netlify with analytics, comments, code highlighting, a contact form, a CMS, and more.
This template has extremely minimal CSS.
___
## General details and features
- Static site generator: [Jigsaw](http://jigsaw.tighten.co) (Laravel Blade templates)
- Hosting: [Netlify](https://www.netlify.com)
- CMS: [Netlify CMS](https://www.netlifycms.org)
- Image hosting: [Cloudinary](https://cloudinary.com)
- Google Analytics
- Posts can have multiple tags
- Posts show a warning when potentially outdated (over 365 days old)
- Code highlighting: [highlight.js](https://github.com/highlightjs/highlight.js)
- Share buttons: [sharer.js](https://github.com/ellisonleao/sharer.js)
- Facebook Open Graph and Twitter Card meta tags
- Comments: [Disqus](https://disqus.com)
- Contact form: [Jumprock](https://jumprock.co)
___
## Getting started
Use this deploy button to get your own copy of the repository.
[](https://app.netlify.com/start/deploy?repository=https://github.com/raniesantos/artisan-static&stack=cms)
This button will do the following:
- Connect to your GitHub account and create a new repository with the name you specify
- Deploy your copy of the repository and setup continuous deployment
- Send an invite to the email address associated with your Netlify account
Accept the invite, set your password, then navigate to `/admin` on your site to log in.
Now you're all set, and you can start customizing your static site!
___
## Local development
After using the deploy button above, clone **your copy** of the repository and run:
```shell
$ composer install
$ yarn install
$ yarn watch
```
Your browser will open [localhost:3000](http://localhost:3000/) automatically.
___
## Configuration
The default posts included in this template contain short guides on how to configure or implement some of its features.
When you use the 3rd-party services recommended by this template, make sure to read the docs of that specific service.
___
## License
Released under the [MIT License](https://oss.ninja/mit/raniesantos).