Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eduardo Trujillo
blog
Commits
05f58f87
Commit
05f58f87
authored
7 years ago
by
Eduardo Trujillo
Browse files
Options
Downloads
Patches
Plain Diff
docs(README): Update build instructions
parent
54c0fe30
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-4
20 additions, 4 deletions
README.md
with
20 additions
and
4 deletions
README.md
+
20
−
4
View file @
05f58f87
# Chromabits
Notes:
-
npm
-
bower
-
gulp
Blog static site generator and content server
## Development
Previously you needed a few tools to build this blog (Node, Bower, Gulp). It's
now possible to build and host this blog using just Git and Haskell.
First, make sure all submodules in the repository are initialized and up to
date. This is how we pull external dependencies like Foundation and Font
Awesome.
Next, use
`stack`
to build the blog generator and the server:
```
stack build -j8
stack exec blog hakyll build
stack exec server
```
You should now be able to go to
`http://localhost:9090`
to load the blog.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment