Skip to content

Commit

Permalink
🚀 RELEASE: Meet GoPablo
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Aug 14, 2019
1 parent 2fbba2a commit 44b0c15
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
32 changes: 29 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
- [5. JavaScript ES6](#5-javascript-es6)
- [Write ES6 JavaScript](#write-es6-javascript)
- [6. External Libraries](#6-external-libraries)
- [7. Deploy](#7-deploy)
- [7. Code Style Rules](#7-code-style-rules)
- [8. Deploy](#8-deploy)
- [Heroku](#heroku)
- [Automated Netlify deployments](#automated-netlify-deployments)

Expand Down Expand Up @@ -305,7 +306,23 @@ You can include the scripts in the head of the page before the DOM is loaded by

A build restart is required for changes to take effect.

# 7. Deploy
# 7. Code Style Rules

GoPablo comes with its own set of code style rules:

```
.stylelintrc
```

## Lint CSS

Before pushing changes make sure you have clean and consistent CSS. Run [stylelint](https://stylelint.io/) with the command:
```
npm run lint
```


# 8. Deploy
There are a lot of possiblities and different ways to deploy your static website. The most traditional one being: generating your distribution files and uploading them manually, usually FTP.

## Heroku
Expand All @@ -324,4 +341,13 @@ Netlify is a great service that can be used to deploy generated websites. All yo

---

We are live 🌍
We are live 🌍

---

# Changelog
**v0.0.1**
- Meet GoPablo.

# License
MIT
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gopablo",
"version": "0.0.0",
"version": "0.0.1",
"description": "Static site generator.",
"homepage": "https://www.gopablo.co",
"repository": "https://github.com/luangjokaj/gopablo",
Expand Down

0 comments on commit 44b0c15

Please sign in to comment.