Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ _site/
.jekyll-cache/
.jekyll-metadata
Gemfile.lock

# Hugo build artifacts
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json

# Hugo module dependencies
.hugo_build.lock
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
Help from community is necessary to make any opensource project great. We want to keep it as easy as possible for community to contribute changes. There are a few guidlines that we need to follow so that it is easy for others to understand and change the codebase.

### Getting Started
* Setup jekyll environment. You can follow [this link](https://jekyllrb.com/docs/).
* Now, you have a working jekyll environment. Clone the source code from [github](https://github.com/OpenPrinting/openprinting.github.io).
* Install Hugo. You can follow [this link](https://gohugo.io/installation/).
* Now, you have Hugo installed. Clone the source code from [github](https://github.com/OpenPrinting/openprinting.github.io).
* Go to the directory and run:
```
bundle exec jekyll serve
hugo server
```
* If you want to access website from some other device on local network, use:
```
bundle exec jekyll serve --host=0.0.0.0
hugo server --bind 0.0.0.0
```
* Open ``` localhost:4000 ```
* Open ``` localhost:1313 ```

### Issues
* If you want to work on some issue, first comment on that issue that you want to work.
Expand Down
11 changes: 0 additions & 11 deletions Gemfile

This file was deleted.

317 changes: 0 additions & 317 deletions Gemfile.lock

This file was deleted.

Loading