2016-08-24
Forgot to compose with the new subgenerator for the gulp task for building Jekyll so the generator wouldn't create the most important task: the one for actually building Jekyll. Ouch.
- [
7e82705371
] - Fix the build task not being copied - [
adbf9629e1
] - Fix test after using new package
2016-08-24
More squashing of bugs! Fixed a few minor bugs with this release:
- Now
Rouge
is actually used to highlight code instead of nothing at all - Removed redundant header tags that the Jekyll SEO plugin was providing anyways
- Fixed
jekyll:update
not actually updating all the gulp tasks - And fixed a bug with uploading to GitHub Pages where using the
master
branch would fail.
- [
3de11c5c16
] - Update README to match new uploading syntax - [
72afc87f79
] - Update generator-statisk - [
f250210d7c
] - Add a few Jekyll gems - [
b78ad378c9
] - Create a new subgenerator to fix update command - [
c02cc5db44
] - Update README - [
e42fac2630
] - Actually use the Jekyll SEO plugin - [
8771192677
] - Actually use Rouge to highlight code
2016-07-28
Yet another minor bug and feature release, for the most part the changes
happened in generator-statisk,
these were that injecting CSS changes are now back! Instead of refreshing your
browser it's now injected instead. Furthermore are dotfiles (eg. .htaccess
)
copied and uploaded when deploying your site.
Also fixed a bunch of tests and updated the packages for the generator.
- [
7ba4b49ebd
] - Update tests - [
239fd32a8a
] - Fix linting errors - [
215b079fde
] - Update packages - [
5b43248bc5
] - Include dotfiles when copying the site - [
f97dec6793
] - Remove leftover Jekyll Archives layout files
2016-06-16
Another minor bugfix release, we don't need to check whether or not gulp
is
installed globally so we removed that, added use strict
to the build
gulp
task file and fixed bundle install
being run before the Gemfile
exists in
the directory.
- [
a6bffd3ce9
] - Fix bundle installed starting before Gemfile exist - [
f73679c442
] - Fix site:doctor to work with generator-statisk - [
4f8d2fd25b
] - Add 'use strict'; to build task - [
9703af10f1
] - Don't actually need to check for gulp
2016-06-06
Mostly a bugfix release, fixed the generation comment when both running normally and updating your project and updated packages and which packages NPM uses to publish with.
- [
a39b8a8fb7
] - Add tests for jekyllized:update command - [
0d94b47d6d
] - Update packages - [
29692d21fa
] - Fix a few messages - [
ebd2c2c43d
] - Fix jekyllized:update comment in gulpfile - [
c64bb37de2
] - Update package files etc - [
5eef5dfcc4
] - Fix name and version of generator being applied
2016-06-05
For the most part a big background update, the main part of the generator was
split out into a separate generator for easier reuse and updating. The only
significant change is that the gulpfile is split into several smaller subfiles,
other than that it's all just moving logic out of this generator and into
generator-statisk
.
- [
a374327244
] - Update the README some more - [
ca041273ed
] - Update readme [ci skip] - [
f7602c10cc
] - Fix a super tiny spacing error - [
e9f4f3738b
] - Add skip install message - [
7f6ea43b9e
] - Add command to update your generator - [
df8f278373
] - Use generator-statisk's gulp generator - [
dd4a89ef0e
] - Add jekyllized content to the README - [
6e5792c54b
] - Remove mockery, it wasn't needed after all - [
b53066e692
] - Start integrating generator-statisk - [
48064def25
] - Update description to match github - [
a3be50a4cf
] - Update test to use jsonFileContent - [
fb03487bc4
] - Removed unneeded dependency - [
b4f9906623
] - Update changelog [ci skip]
2016-05-29
Release the first release candidate for generator-jekyllized
that isn't hidden
behind a tag, so it will be listed as the latest release. Also did a minor fix
for the rebuild
task in the gulpfile.
- [
497e716c18
] - Update README, release candidate and minor gulp fix - [
15116be9d0
] - Overlooked something during the merge - [
6e851d078f
] - Merge branch 'beta'
2016-05-29
Fixed the syntax for gulp-imagemin as it made the gulpfile error out, and also updated the function to validate the URL to be smaller.
- [
3a142ef021
] - Fix syntax for gulp-imagemin - [
3a39933bcc
] - Simplify validate function
2016-05-28
This is for the most part a pure backend update release and nothing too major happened to the generator itself besides updating a few packages. Other than that I moved to using AVA instead of Mocha for testing and had a heyday trying to get that to work, it was quite the party. But it all works well, and quite a lot faster as well.
- [
65a05d6050
] - Update license year [ci skip] - [
d2479127ea
] - Didn't read the documentation... - [
ca13406b2d
] - Readd welcome message, update skip-install message - [
63f97fbadc
] - Ignore some assert functions - [
5acea649c9
] - Update packages, fix testing for versions - [
0415f99ef5
] - Fix checking dependencies, update AVA - [
19ea9665c3
] - Fix tests, update yeoman-generator - [
fa9e6b166a
] - Nope, not working still... - [
07658812f4
] - Third time's the charm - [
c3eab364a5
] - Second try - [
8b03cea0e3
] - Apparently you must tell it to install node packages as well - [
3c201a7f45
] - Install bundler when testing - [
deac0babc5
] - Don't install dependencies - [
7e5b80a8f1
] - Revert "back from all the testing of the tests" - [
abe1489574
] - Revert "Try using --serial for AVA on Travis" - [
a3c1dd3ce4
] - Fix syntax error - [
0971a893c8
] - Even more testing the tests - [
64425a1497
] - Test testing - [
9b180fa433
] - Try using --serial for AVA on Travis - [
069ba32849
] - Rename a test because having two of them got confusing - [
e5463ac2d6
] - Try running AVA in serial - [
4a85a4f7e7
] - Update packages - [
b8db04b189
] - Give me Travis updates on Gitter - [
6c9b516adb
] - Refactor testing of uploading a bit - [
fa3b95c818
] - Add gitter badge, remove some other badges - [
1ac45b380f
] - Remove gulpfile and unused files from root as well - [
a78b9cc6a1
] - Remove unused files - [
830b5dfee6
] - I dun goofed - [
b710300749
] - Removed node v4 by accident - [
e77a1e5d50
] - Move to using AVA for tests
2016-05-22
Forgot to remove a mention of a old gulp task.
- [
b46b1e57f8
] - Remove mention of clean:metadata
2016-05-22
Big bugfix release, fixed how jekyllized
processes the Jekyll site. It now
copies the src
of your Jekyll site to .tmp
and does it's processing there so
it doesn't infect your git history. It will also now properly reload your site
when changing your posts.
Also removed the jekyll-archives
gem because it wasn't being used for anything
nor is it being updated. And, finally, updated the packages for the generator.
- [
f27129fa5b
] - Remove asking for Github and Twitter - [
a28a5eaf30
] - Fix regeneration of sites - [
cfc3eb17f1
] - Make it properly skip install when testing - [
3a2cc26659
] - ES2015, Travis and Syntax changes - [
96374df57f
] - Copy to a temporary directory, ES2015 updates - [
4a6b983d64
] - Remove jekyll-archives - [
5892ae79e9
] - Update packages
2016-04-23
Added validation to the URL because Jekyll requires them to at least include
//
, so now URLs must include either HTTP
or HTTPS
.
- [
ee3264d1b5
] - Fix URLs needing HTTP(s)
2016-04-17
Downgrade the version of jekyll-feed
. Needed because Jekyll has changed how it
requires URLs to be written in _config.yml
and doesn't support URLs without
http://
. I'm going on vacation and don't have the time to fix it before my
flight leaves :D
- [
62c4255b0a
] - Fix error with jekyll-feed for now
2016-04-15
Updated the BrowserSync config in the gulpfile to the newer syntax.
- [
6365af1330
] - Update to latest BrowserSync config
2016-04-15
Fixed the issue where the generator would refuse to install because it couldn't
resolve the dependency on yargs
because I didn't add it as a dependency but
added it as a devdependency instead. Whoops.
- [
94d0c54b42
] - Fix not installing properly
2016-04-15
Added support for updating your gulpfile and package.json with your specified uploading settings, so you can now stay up to date pretty easily! Neat.
- [
dc32d51696
] - Add support for updating your gulpfile
2016-04-14
Fixed a typo in the cache-headers for Amazon S3, thanks @xHN35RQ.
- [
8ca22fe71c
] - max-age, not max-axe... sadly
2016-04-14
Fixed a issue where Jekyll wouldn't generate when run with LSI turned on, so this was disabled as it isn't used for anything. And fixed the uploading for AWS.
- [
a67e69c083
] - Fix uploading for AWS - [
d16c4944ef
] - Remove LSI
2016-04-01
Updated to the latest theme of Jekyll and it's CSS and removed Octopress as it wasn't used at all. Added support for the Github field in Jekyll as well and rewrote parts of the REAMEs for the project. Mostly cosmetic changes.
- [
605026a5d2
] - New beta release, update README and settings - [
c770bd97a8
] - Remove Octopress - [
a332153118
] - Add Github information, minor fixes to generator - [
ca98d6b0df
] - Forgot to add the new Github/Twitter files. Whoops - [
5f2f19dd43
] - Update to latest Jekyll theme and settings - [
c1a9e25193
] - Installation instructions - [
dd314da58f
] - New beta release
2016-03-30
Fix injecting JS as well, forgot that JS as well is injected into the browser.
- [
a60aa79ed2
]: Fix injecting for JS as well - [
7bdf3908b5
]: Update how versions works
2016-03-30
This was a test release to figure out how to use tags instead of specific
versions when publishing to NPM. generator-jekyllized
is now available under
the generator-jekyllized@next
version instead of various beta.xx
releases.
2016-03-29
Fixes a couple of bugs and updates packages and documentation, nothing major.
- [
13e74ebf04
]: New beta release - [
92dc47368b
]: Update packages - [
2db01cec21
]: Verify that dependencies are installed - [
3c6bc46569
]: Update README on dependencies, closes #116 - [
f8399d6cf3
]: Add jekyll-seo-tag and update accordingly - [
a9ca289ff7
]: Merge pull request #117 from chbachman/beta - [
1fbc5a21b5
]: Fix CSS Reloading - [
3ae95eabc7
]: Prevent CSSNano from AutoPrefixing so as to not overwrite your own settings
2016-02-08
Managed to write the syntax wrong in one of the gulptasks which broke everything and I made the gems listed in the Gemfile line up alphabetically because I like it that way. Also updated the README that gets generated with your project for the new commands.
- [
cae8478
]: Fix syntax error, alphabetize Gemfile, update docs
2016-02-07
Updated the packages, fixed some spacing and color issues when running the generator and removed the Bower subgenerator as it did absolutely nothing anymore. Also stopped supporting ancient versions of Node and such.
- [
c5852fa
]: Add command to clean images and update docs. - [
1a20f35
]: Update permalink settings and fix spacing/color on questions. - [
dd749de
]: Remove bower subgenerator. - [
00598f8
]: Update packages. - [
0632d9f
]: Move away from ancient Node versions.
2016-01-14
Fixed a typo in the aws-configuration.json
file.
- [
cfa66e8
]: Fix typo in AWS config file.
2016-01-14
Updated the packages and applied some of the changes that were required from them and moved from a deprecated gulp-plugin to the not deprecated one.
- [
ccd7718
]: Update packages and apply the needed changes. - [
a5a1a92
]: Move from deprecated gulp-plugin.
2015-12-04
Fix a couple of typos and the output path for fonts. Huge thanks to @S1SYPHOS for spotting them and sending a pull request.
- [
833f9b6
]: Fix typos and the output folder for fonts
2015-11-19
Add documentation when running the generator and a line in config.yml
about how
to format your Twitter handle.
- [
055685a
]: Twitter documentation and new beta
2015-11-18
Fixed an error with Babel not properly working since it now needs a .babelrc
file.
- [
9472305
]: Fix Babel 6.0 not working
2015-11-07
EVERYTHING. Not really, but pretty much every part of the generator has been touched and fixed. Moved the generator over to Gulp 4.0 and Jekyll 3.0, because moving too fast is fun. The main change here was Gulp 4.0 makes running tasks in series/parallel a lot, and I mean a lot, easier.
Technically this isn't breaking as it won't affect people who have previously installed and are running a previous version but hey. Thanks to @nilsborchers, @snrbrnjna, @SeanSith, @gjeck, @pope410211, @lvnilesh and @dcalhoun for finding errors, fixing bugs, helping write new features and being cool people.
- Gulp: Upgraded to Gulp 4.0 and rewrote the whole Gulpfile in ES2015, no line was spared the onslaught. No functions were lost but a whole lot was updated and made better. Progress!
- Command line arguments: Instead of having lots of duplicated gulp tasks
and commands that you needed to run to build your site for either local
development and production, you now only add
--prod
to the commands and voila, you are now building with production settings. Progress! - Jekyll: Upgraded to Jekyll 3 with all the bells and whistles that come
with it. Added
jekyll-archives
,jekyll-sitemap
,jekyll-feed
andjekyll-gist
and keptjekyll-paginate
. It will automatically create fully compliant sitemaps and ATOM feeds for your site as well as automatic archive pages for your tags and categories. Updated theconfig.yml
accordingly. - Yeoman: Updated to the latest version of Yeoman and split the generator into several smaller subgenerators, so you can update only select components instead of the whole thing at once. Progress!
- Bower: Kinda added support for Bower. Read the README for how it works.
- Misc: The built site now lives in
dist
, the assets live in.tmp
while being built, moved from Useref togulp-inject
, but that change should be invisible unless you care about it.
- Packages: Updated all the packages.
- Assets: Fixed how most of the assets are generated:
- SCSS/CSS: Now creates sourcemaps when you're not running it with
production settings, and uses PostCSS to run AutoPrefixer. When using
production settings it won't create sourcemaps, but will minify, gzip
and cache bust your
style.css
. - JS: Same as with your SCSS/CSS, although it's concatenated into a
index.js
file. - Injecting: Moved from Useref to
gulp-inject
, this doesn't affect much but it changes how your assets are injected into the HTML. This is a background change for the most part and doesn't change the behaviour in any way. - HTML: Your HTML is automatically minified and has separate gzipped files created when you run it with production settings.
- SCSS/CSS: Now creates sourcemaps when you're not running it with
production settings, and uses PostCSS to run AutoPrefixer. When using
production settings it won't create sourcemaps, but will minify, gzip
and cache bust your
- Jekyll: Updated to Jekyll 3.0:
jekyll-archives
: This gem automatically creates archive pages for your tags and categories. Included in this generator are templates for these.jekyll-sitemap
/jekyll-feed
: Moved from having to maintain these myself to the official Jekyll gems for better support and suchjekyll-gist
: Added to support including Gistsjekyll-paginate
: Jekyll 3.0 doesn't include this by default, but it's nice to have
- Octopress: Included Octopress into the gem, you should read up on what it does because it's pretty swell!
- Tests: Continued working on tests to make errors even less likely. Yay tests. Also fixed timeouts thanks to @gjeck.
- Git: Fixed the gitignore for the new paths
- Moar: Made everything more awesome.
- [
ea4d58504a
]: Update documentation, changelog [ci skip] - [
5ff23edd71
]: Updated deployment configuration for AWS - [
92b2048206
]: Updated comments and style in gulpfile - [
9df2a7d8ee
]: Merge branches 'command-line-arguments', 'travis' and 'yeoman-generator' into beta - [
34b5b16dac
]: Add support for command line flags - [
ae185e5821
]: Remove yeoman-generator from dev-deps and keep it in deps - [
d570b46900
]: Update Travis configuration - [
25350c90ee
]: Update dependencies - [
eb6dd1d850
]: Merge pull request #102 from dcalhoun/bug/remove-gulp-changed - [
74afd24932
]: Merge pull request #101 from dcalhoun/bug/missing-gulp-newer - [
f4471ec004
]: Remove unused dependency: gulp-changed (David Calhoun) - [
2139e7321b
]: Add missing dependency: gulp-newer (David Calhoun) - [
9a8a91fb36
]: Merge pull request #100 from dcalhoun/bundler-dependency - [
70fb46ae19
]: List Bundler as a dependency, alphabetize footnotes (David Calhoun) - [
f462a883af
]: Updated gulpfile, fixed autoprefixer, gulp-inject - [
88153c102e
]: Typo in package version [ci-skip] - [
a377d46472
]: Update packages and tests, and update Rsync logic - [
e7f2c8b5a5
]: Forgot to include removal of Bower files etc - [
428c827d53
]: Removed Wiredep etc because it's not needed - [
8dd8f858a4
]: Minor updates to the gulpfile - [
d72df97c92
]: Update tests with new syntax - [
9ee6dbab6f
]: Fixed generation of humans.txt - [
8dda8792bc
]: Change to default AWS location - [
117cfd03d4
]: Update to test node stable and remove pre-install - [
ad026ccb42
]: Updated skip-install - [
66e686e9d5
]: Updated to latest yeoman-assert - [
684a734739
]: Remove execute permissions from files - [
b8c4d986ef
]: Further updates to the Gulpfile - [
b5de5c755e
]: Update code style, continue overhaul of gulpfile - [
c9a1339efb
]: Overhauled the Gulpfile - [
1c314fe8e4
]: Forgot to update packages in tests, whoops - [
ee8f2f13b0
]: Moved from JShint/JSCS to ESlint, updated Travis - [
6c32fcebb3
]: Updated tests, changelog and packages/description - [
f945311174
]: Various bugfixes and style improvements - [
6b5f70c5a6
]: Add classifier-reborn gem so related posts work - [
9278f73f0a
]: Add subgenerator for Bower - [
9b99b28be8
]: Forgot parts of the tests [ci skip] - [
2b9660b9d5
]: Beginning of Bower - [
55785b530e
]: Updated packages - [
9ded303d4a
]: Reverting the test that installs dependencies - [
f3595118bb
]: ES6, tests now test installation, updated JS checks - [
9f451dd548
]: Fixed SCSS generation and updated Jekyll templates - [
0f075c8d82
]: Updated Gulpfile, packages, JShint and Jekyll - [
e772f0da28
]: Updated packages for jekyllized and removed unused line - [
752f5979dd
]: The boilerplate generator now creates a README - [
c787ca5ea5
]: Fix errors with install and watching for changes - [
3256f72415
]: Updated packages and Jekyll tests - [
391f5f1d0e
]: Updated Jekyll generator and removed some settings - [
b74a88b72d
]: Added subgenerator for jekyll - [
66e580dded
]: Updated tests and the test runner task - [
bf65d66542
]: Updated packages, fixed errors on tests - [
24ad2df30d
]: More updates to the gulp subgenerator and tests - [
d314bebe12
]: Probably a good idea to include the new directory - [
420aac0c02
]: Move some subgenerators to a boilerplate generator - [
06677501c2
]: Initial commit for jekyllized:gulp - [
336e2693bc
]: Merged package subgen with app generator - [
8cc242fd37
]: Updated ordering of importance, added config file - [
ee0b2b3a4a
]: Somehow lodash vanished - [
dd974a2157
]: Don't create a test directory [ci-skip] - [
21e356fee1
]: Added subgenerator for packages and fixed a typo - [
729ec19acb
]: Added git submodule and minor formatting changes - [
70eb5105bd
]: Updated code style - [
6b74b18e91
]: Update link to Gulp 4.0 - [
fe9b959b86
]: Added subgenerators for jshint/jscs/editorconfig - [
bf0f1902fa
]: Towards Yeoman 0.19 - [
a083587c7c
]: Updated the gulpfile and added trash to clean dirs - [
dff2a895e4
]: Updated tests, packages and Travis settings - [
d0de17a18c
]: Moved path settings to a JSON file, updated tests - [
a98227710b
]: Moved from Atom to RSS2.0 feed - [
953a8be7bd
]: Removed the welcome message, updated gulp-istanbul - [
f69533d3f2
]: Moved to jekyll-sitemaps and tweaks to the theme - [
67eaa12b67
]: Moved back to the default Jekyll theme - [
d577a8b3bb
]: Updated all the tests and fixed the deploy task - [
caf91fc0b2
]: Archives, improved generation and more - [
464733e700
]: Updated documentation, directories and tests - [
ca13446e31
]: More changes for the Gulpfile and moved JS to body - [
35dfe47120
]: Started work on Gulp 4.0 and Jekyll 3.0
- LiveReload: Fix from @thiago-om for generating and reloading JavaScript files with BrowserSync.
- GitHub Pages: You can now upload your site to your personal repository on GitHub, but for now there's no support for project repositories, see the README for how to fix that.
- Jekyll: Added extensions to Redcarpet so it'll render Markdown with some
additional settings and smartypants the HTML as well. Also included support
for excerpts in posts. If you want to use it simply put
<!--more-->
in your posts where you want the excerpt to stop. - Packages: Updated the NPM packages to be more up to date
- Tests: Updates and added a bunch more tests to make sure things actually work and run properly before publishing it, hopefully this should make dumb errors less likely. Also made a helper file so we can assert that tasks in the gulpfile exist where they should. Added a test that checks for Jekyll settings as well.
- Index: Updated the main index file to be up to par with the newer versions.
Somehow I missed that the gulpfile shouldn't be copied but should be used as a template instead, this completely messed up running gulp because there were some leftover instances of if-statements that should be removed when actually running the generator. Whelp.
This update is for ways to deploy your site, you can now deploy your site via Amazon S3 with Cloudfront support as well or via Rsync to your own server. Also included is support for cache-busting so you won't have to invalidate files on Cloudfront all the time as well as some minr fixes for the generation of a couple of files.
- Gzip: Your content is gzipped when you run
gulp publish
so make sure your server is configured for this properly when using Rsync. If you are using Amazon S3 and Cloudfront it will automatically give your files the corrent content-encoding header.
- Amazon S3 and Cloudfront: You can now upload your site to Amazon S3 and it'll apply the correct headers and gzip your files. Also updates the default root object in your Cloudfront distribution.
- Rsync: You can also choose to use Rsync to upload your site instead, works pretty much the same. Your files are gzipped before uploading so configure your server accordingly!
- Conditionals: Both the package.json and gulpfile.js are now filled only with the packages and commands you need so as to not bloat them.
- Cache busting: CSS and JavaScript files are now cache busted when running
gulp publish
so you don't need to invalidate assets on Cloudfront, this is done with gulp-rev-all so even if a file that your CSS references changes so does the cache. Nice.
- HTML minificaton: Now actually minifies HTML. Forgot to actually pass the commands to minify whitespace and comments. Oops.
- Generator: Forgot to add a dot in front of the gitattributes file
- package.json: Removed some unused packages.
Bugfix from David Pett because I messed up the dependencies/dev-dependencies in the package.json file.
Forgot to include some of the new changes to the gulpfile before pushing it to NPM. Oops.
Complete overhaul of the Gulpfile, upgraded to use the newest version of Jekyll (2.3.x as of writing this) and some changes to how the generator works.
- Gulpfile: Major overhaul, added BrowserSync for live previews, changes to how the tasks are run and removed a lot of unneeded tasks
- Generator: Complete rewrite, now also doesn't ask for directories anymore and now should install all the needed packages from Bower and NPM on install
- Other: Changed some of the tests to go with the rewrite of the generator, redid some of the folder structuring
- jekyll: Major update for Jekyll (05d928ae)
- coffeescript: CoffeeScript not included (cc139a7f)
- deploy: Removed deploy option from jekyllized (ab397f04)
- generator: Update for index.js (4b9ae250)
- googleanalytics: Removed from jekyllized (9ed48f1a)
- googleplus: Google Plus question removed (e9463119)
- tools: Doesn't ask for tools (e71ccb13)
- Removed Grunt in favor of Gulp. For more of this see (#40), (#39), (#31) and (#30)
- Lots of minor bug fixes. Using checklists now work, using .split('/') on the assets directories now works and some other minor tweaks.
- Reworked some of the logic for copying files to work with the new version of Yeoman Generator
- Updated the needed version of dependencies.
- Added a custom welcome message (#27)
- Added a .npmignore so that when publishing to NPM only the needed files are included
- There's now a very, very, very basic theme to do something from. (#25)
- Running tests now work. (#24)
- Added a bunch of badges to the README. Yay, badges, badges, badgers, badgers.
- Major restructuring and fixing of the Gruntfile and Index.js. This removes the functionality for the deploy options and changes the assets directories so you can't change them.
- Added Bitdeli, Travis CI and Waffle.io to the README. (#23) & (#21) & (#20)
- Google Analytics is included by default. (#17)
- Removed all mentions of javascriptPreprocessor in the code. (#18) & (#17)
- Following up on #16, also removed all code for choosing between SASS and Compass etc. This will later run on libsass. (#15)
- Removed all code for jekyllPygments, it is now installed by default.
- Started a major cleanup of code throughout all the codebase to remove all functionality for choosing a default Markdown engine. (#16)
- Minor tweaking and renaming of index.js and Gruntfile.js variables and the site now compiles! Jekyll still doesn't really work properly, but it's a start.
- Fixed some of the naming in HTML files to correct the errors given when generating the site.
- Removed most of the code for choosing the templates as well as renamed the default template. (#14).
- Fixed the error in issue 13 as well as updated it so that
path.join
no longer throws an error. (#13) - Removed the H5BP template as this app won't be using more than one highly opinionated template. (#14).
- Removed the inquirer.js requirement and updated the GA code to reflect this change. See the commit 276483c as well as the issue (#9).
- Added index.md file to the app so you have something to work from.
- Added _README.md file to the template directory. Needs to be written for the user.
- A new application logic to copy over the necessary files for the app.
- Minor restructuring of the index.js file.
- Rewrote the descriptions that needed an update. (#11)
- Fix the pathing issues with cssExDir, jsExDir etc. (#10)
- Added support for installing Google Analytics during the installation. (#9)
- Moved assets into their own folder by default. (#8) & (#3)
- Updated the README so people know that this will be a buggy ride
- Renamed all of the css, javascript and such names into longer, easier to read names (#7)
- Renamed projectname into appname so it generates correctly. (#2)
- Restructured the index.js file so it asks for information about the project first and then the owner. (#1)
- Added fields for a short biography, Twitter, Google Plus and tagline for the project and owner
- Renamed some of the fields for easier understanding
- Forked from generator-playbook and generator-jekyllrb
- Update all the names and version numbers in all the files