Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoninja committed Nov 18, 2019
1 parent f5b591e commit a84e479
Show file tree
Hide file tree
Showing 110 changed files with 871 additions and 7,914 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,12 @@ __pycache__/
.cache-loader
yarn-error.log
*.swp
# *.zip
*.zip
yarn.lock


# master
.sass-lint.yml
.eslintrc
.stylelintrc.js
.gulpfile.js
src/
39 changes: 0 additions & 39 deletions .stylelintrc.js

This file was deleted.

819 changes: 791 additions & 28 deletions README.md

Large diffs are not rendered by default.

Binary file added documentation/ghost-api.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/ghost-settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/language.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-about-us.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-author.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-category.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-contact.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-home-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-home-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-newsletter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-podcast.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-post-format-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-post-format-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-post-format.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/mapache-tags.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/members.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/primsjs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/themes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
179 changes: 0 additions & 179 deletions gulpfile.js

This file was deleted.

Binary file removed mapache-godofredoninja-v3.1.0.zip
Binary file not shown.
59 changes: 0 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,64 +57,5 @@
"width": 2000
}
}
},
"browserslist": [
"defaults"
],
"scripts": {
"lint:js": "standard src/js/**/*.js gulpfile.js",
"lint:scss": "stylelint \"src/scss/**/*.{css,sass,scss,sss,less}\"",
"lint": "yarn lint:js && yarn lint:scss",
"test": "yarn lint && gscan .",
"build": "gulp build",
"release": "gulp release --production",
"dev": "gulp develop"
},
"cssnano": {
"preset": "advanced"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/runtime": "^7.6.0",
"autoprefixer": "^9.6.1",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"del": "^5.1.0",
"gscan": "^3.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.1.0",
"gulp-livereload": "^4.0.1",
"gulp-load-plugins": "^2.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-css-comments": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.0",
"merge-stream": "^2.0.0",
"postcss-pxtorem": "^4.0.1",
"standard": "^14.1.0",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"fuzzysort": "^1.1.4",
"lazysizes": "^5.1.0",
"lightense-images": "^1.0.8",
"normalize.css": "^8.0.1",
"prismjs": "^1.15.0"
}
}
73 changes: 73 additions & 0 deletions routes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
routes:
/signup/: members/signup
/signin/: members/signin
/account/: members/account
/membership/: members/membership

/personal/:
controller: channel
order: published_at desc
template: index

/category/:
controller: channel
filter: tag:[photograpy]
order: published_at desc
template: godo-template-category

/category-header/:
controller: channel
order: published_at desc
filter: tag:[photograpy]
data:
post: page.category-header
template: godo-template-category-header

/travel/:
controller: channel
order: published_at desc
filter: tag:[travel]
data:
post: page.demo-grid
template: godo-home-travel

/travel-featured/:
controller: channel
filter: tag:[travel]
order: published_at desc
template: godo-home-travel-featured

/blog/:
controller: channel
filter: tag:[hash-blog] # -> #blog internal tag
order: published_at desc
template: godo-home-blog
limit: 10

/fashion/:
controller: channel
filter: tag:[fashion]
order: published_at desc
template: godo-home-fashion-concept
limit: 12

/podcast/:
controller: channel
filter: tag:[hash-podcast] # -> #podcast internal tah
data:
post: page.podcast
limit: 10
template: godo-podcast

collections:
/:
permalink: /{slug}/
template:
# - godo-home-blog
# - godo-home-travel
# - godo-home-travel-featured
# - godo-home-fashion-concept
- index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
Empty file removed src/fonts/.gitkeep
Empty file.
Binary file removed src/fonts/mapache.eot
Binary file not shown.
Loading

0 comments on commit a84e479

Please sign in to comment.