Skip to content

Commit

Permalink
Merge pull request #2 from sourcecrypto/test
Browse files Browse the repository at this point in the history
looks good from where I'm sitting!
  • Loading branch information
infominer33 committed Jun 12, 2019
2 parents f835f00 + 8675ead commit 681a799
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,20 @@
### Version 2.0.0a
- fix grid layout & introduce new profile/h-card
- style: responsive h-card
- fix: basic formatting for single post
- basic footer
- style: post author h-card
- fix: padding/margins @max-width:550px
- style: header grid
- chore: modify gulp compile path
- change: stylesheet url path
- remove `_sass` reference in config
- change: use bio instead of description in main hcard
- chore: manually update localtunnel npm
- chore: fix css build path
- fix: stylesheet url & remove rel=canonical, using seo tag
- fix: missing closing quote in tag href
- chore: set base url for gh-pages demo
- create FUNDING.yml
- fix: correct class for profile list items
- Bumped version to 2.0.0a
2 changes: 2 additions & 0 deletions _config_dev.yml
@@ -0,0 +1,2 @@
url: https://localhost
baseurl: ""
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -70,7 +70,7 @@ function css() {

// Jekyll
function jekyll() {
return cp.spawn("bundle", ["exec", "jekyll", "build"], {
return cp.spawn("bundle", ["exec", "jekyll", "build", "--config", "_config.yml,_config_dev.yml"], {
stdio: "inherit"
});
}
Expand Down

0 comments on commit 681a799

Please sign in to comment.