Josh Habdas
a573640b04
fix(scripts): resolve tar cd issue
2 years ago
Josh Habdas
4d6cd2dd1c
chore(release): 6.7.1
2 years ago
Josh Habdas
0b349ed162
fix(scripts): resolve syntax bugs in script
2 years ago
Josh Habdas
ff95fce85c
docs(readme): collapse features by default
2 years ago
Josh Habdas
f0dd8ad113
docs(readme): update about
2 years ago
Josh Habdas
04d3a0be2b
docs(upgrade): update instructions
2 years ago
Josh Habdas
c879bf5f76
docs(readme): add upgrading section
2 years ago
Josh Habdas
0f1cd4449d
chore(release): 6.7.0
2 years ago
Josh Habdas
c9a5c3aa4d
feat(scripts): add theme upgrade script
run `./themes/after-dark/bin/upgrade` to upgrade the theme to the
latest version anytime from the
if you are using theme version 6.6.x please do this before using...
mkdir -p themes/after-dark/data/npm && mv data/theme/latest.json $_
if you are running a version prior to 6.6.0 please do:
mkdir -p themes/after-dark/data/npm && cd $_ && \
wget -qO latest.json https://registry.npmjs.org/after-dark/latest
...then manually hack the version number to some other version
before running upgrade >;D
resolves #59
2 years ago
Josh Habdas
5e89f6d8ea
fix(scripts): update install to place theme metadata in theme data folder
updates #59
2 years ago
Josh Habdas
e72e914067
feat(scripts): support custom content dirs in config file
supports toml, yaml and json formats
updates #59
2 years ago
Josh Habdas
c5469ffb62
chore(release): 6.6.4
2 years ago
Josh Habdas
38127fc771
build: enclose release tag sha512 in delimeters
use pgp like enclosure in tag messages when outputting sha512
updates #33
2 years ago
Josh Habdas
5ea0634b48
chore(release): 6.6.3
2 years ago
Josh Habdas
f054416dec
build: append sha512 to release tag and self-sign
self-signs release tags after appending sha512 used by npm package registry
updates #33
2 years ago
Josh Habdas
a232da018b
chore(release): 6.6.2
sha512-p+Wj5SampFxC+qNbm8iUfHQeM06oDB4pkY2ptnXysYtRPEc+znne9NWuGF34NiCPUKsW/6LE2D6NS2rqLSm1vg==
2 years ago
Josh Habdas
e16ab0b505
build: add sha512 digest to git tags and gpg sign them
2 years ago
Josh Habdas
961fbcda6a
chore(release): 6.6.1
2 years ago
Josh Habdas
28891926dc
fix(snippets): reverse logic for external link styling
2 years ago
Josh Habdas
02a0cbf09d
docs(readme): update about and getting started
2 years ago
Josh Habdas
8954761158
docs(readme): update about with concise description
2 years ago
Josh Habdas
31df43bfab
refactor(search): use locally scroped scratch
closes #52
2 years ago
Josh Habdas
cdff0fab1c
refactor(help): remove external image requests
base 64 encode and embed images from local file system for offline use
closes #44
2 years ago
Josh Habdas
61aff3b9ee
docs(readme): link to theme homepage
help users viewing forks find the canonical theme
2 years ago
Josh Habdas
c269aba09a
chore(release): 6.6.0
2 years ago
Josh Habdas
848cd3344e
feat(snippets): add external link snippet
closes #48
2 years ago
Josh Habdas
d587659c84
docs(install): add donation link
2 years ago
Josh Habdas
c6fca73787
refactor(help): update query string param name
2 years ago
Josh Habdas
fc93864ba4
feat(help): update and run help anytime using included script
2 years ago
Josh Habdas
70f9d6a862
chore(release): 6.5.2
2 years ago
Josh Habdas
9ca386237e
fix(install): wait 1 second before serving help for docs to expire
2 years ago
Josh Habdas
4cb1cec7ae
chore(release): 6.5.1
2 years ago
Josh Habdas
7e424bd6e6
fix(install): remove unexpected line in theme config
2 years ago
Josh Habdas
1291651674
chore(release): 6.5.0
2 years ago
Josh Habdas
e7625da96a
feat(install): faux install validation using npm sha512 digest
updates #33
2 years ago
Josh Habdas
29318b62e9
docs(readme): add keybase pm badge
2 years ago
Josh Habdas
a16791e90b
refactor(install): stop using lsof
2 years ago
Josh Habdas
b7df91a364
fix(install): stop copying all archetypes to site
copying archetypes to site is only needed for default archetype
fixes #45
2 years ago
Josh Habdas
815d5897a2
refactor(archetypes): disable autocomplete in online help validation input
2 years ago
Josh Habdas
2a38a3b137
refactor(snippets): urlize id attributes
ensures id attr values are valid, adds id to button
2 years ago
Josh Habdas
cabf33bcda
feat(snippets): alert user on invalid autocomplete value
show error alert for invalid autocomplete values in forms
resolves #46
2 years ago
Josh Habdas
edadd3cd61
chore(release): 6.4.1
2 years ago
Josh Habdas
37485b22f7
docs(readme): update acknowledgements
credit where credit is due
2 years ago
Josh Habdas
3ffd350063
docs(readme,theme): add online help feature
2 years ago
Josh Habdas
f63b5ff949
refactor(install): simplify install messages
2 years ago
Josh Habdas
d88cde0e8c
docs(readme): move some words around
2 years ago
Josh Habdas
75b8c3a5e6
chore(release): 6.4.0
2 years ago
Josh Habdas
02782164fd
fix(install): remove useful snippets content
works around a parsing issue in create function for archetypes
2 years ago
Josh Habdas
79838ed506
feat(install): provide welcome post with online help
moves most of the readme into a help archetype and uses it
2 years ago
Josh Habdas
299de94a29
docs(readme): update about, getting started
2 years ago