Commit Graph

101 Commits

Author SHA1 Message Date
Nikita Karamov 699f93fdbc
Change output directory to public 2021-08-27 15:13:50 +02:00
Nikita Karamov 25cb59ac44
Update .gitignore 2021-08-27 15:06:04 +02:00
Nikita Karamov 7839dfa6ff
Replace JS on form with a POST request
Closes #12
2021-08-27 15:03:24 +02:00
Nikita Karamov 4b545f4a14
Clean up JS code 2021-08-14 21:56:17 +02:00
Nikita Karamov 2636bedd37
Fix paths in Gulpfile 2021-08-14 21:56:01 +02:00
Nikita Karamov 1e0469ebee
Update robots.txt 2021-08-14 19:12:50 +02:00
Nikita Karamov 67808803a4
Use Prettier to format files 2021-08-14 19:12:42 +02:00
Nikita Karamov 55c1e677e0
Remove old logo.svg 2021-08-14 19:03:29 +02:00
Nikita Karamov 7b976026a4
Update package.json 2021-08-14 19:01:37 +02:00
Nikita Karamov d16f5ffa27
Update JS pipeline 2021-08-14 18:54:32 +02:00
Nikita Karamov d9dca764cc
Update styles pipeline 2021-08-14 18:50:53 +02:00
Nikita Karamov f036326abe
Replace Pug with pure HTML 2021-08-14 18:33:06 +02:00
Nikita Karamov 87be699401
Update CHANGELOG 2021-08-14 17:51:00 +02:00
Nikita Karamov bb8fcbfdda
v1.2.2 2021-08-14 17:49:39 +02:00
Nikita Karamov 9123922254
Update dependencies 2021-08-14 17:49:02 +02:00
Nikita Karamov 5b18cc8301
Replace cssnano with csso
This does better job at compressing the CSS and is lighter
2021-08-14 17:45:08 +02:00
Nikita Karamov a14e5deb5a
Migrate from asdf to nodenv 2021-08-14 17:43:45 +02:00
Nikita Karamov f0afff0f2a
Update README
* fix typographical errors
* replace licence link with SPDX
2021-05-13 14:24:32 +02:00
Nikita Karamov 83c05f647a
Fix CHANGELOG [skip ci] 2021-05-13 14:20:40 +02:00
Nikita Karamov b17fcc73e1
v1.2.1 2021-05-13 14:19:53 +02:00
Nikita Karamov e2c3c487a0
Update CHANGELOG 2021-05-13 14:19:23 +02:00
Nikita Karamov 8ee28fbd8c
Replace nodenv with asdf 2021-05-13 14:19:13 +02:00
Nikita Karamov 022ce4a392
Bump dependencies 2021-05-13 14:18:41 +02:00
Nikita Karamov 4e513df669
Merge pull request #14 from NickKaramoff/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-05-12 20:32:11 +02:00
Nikita Karamov 51f3d774bf
Merge pull request #15 from NickKaramoff/dependabot/npm_and_yarn/postcss-8.2.10
Bump postcss from 8.2.8 to 8.2.10
2021-05-12 20:31:41 +02:00
dependabot[bot] 464c8fc262
Bump postcss from 8.2.8 to 8.2.10
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.8...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 09:49:06 +00:00
dependabot[bot] 7fa052650d
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 22:34:00 +00:00
Nikita Karamov ee0bc66f27
v1.2.0 2021-03-17 08:52:58 +01:00
Nikita Karamov 22638faf30
Span <main> across the whole page
Closes #11
2021-03-17 08:52:14 +01:00
Nikita Karamov f93d6a7276
Update .gitignore
Add .idea folder
2021-03-17 08:48:02 +01:00
Nikita Karamov fd3c6e644b
Update CHANGELOG 2021-03-17 08:47:20 +01:00
Nikita Karamov 61531e52c5
Add Mastodon branding (#8)
from NickKaramoff/mastodon-branding
2021-03-17 08:43:51 +01:00
Nikita Karamov ece0b9a865
Add placeholder for <textarea> 2021-03-12 21:20:34 +01:00
Nikita Karamov 9f8bdbfb44
Style button like the Mastodon version of it 2021-03-12 21:20:25 +01:00
Nikita Karamov eedb55459d
Add more Mastodon-like footer 2021-03-12 21:16:02 +01:00
Nikita Karamov c6a92c3046
New, more Mastodon-like header 2021-03-12 21:10:10 +01:00
Nikita Karamov 7415bb2093
Add Mastodon logo to site's description
See #6
2021-03-12 20:46:34 +01:00
Nikita Karamov 2047962f9f
v1.1.2 2021-03-12 20:38:00 +01:00
Nikita Karamov 02eb6950da
Migrate to @Mister-Hope's better gulp-sass
See why: https://github.com/Mister-Hope/gulp-sass#compare
2021-03-12 20:32:47 +01:00
Nikita Karamov 8c4d6f510e
Bump dependencies 2021-03-12 20:27:19 +01:00
Nikita Karamov ab4f0d4a7b
Update CHANGELOG 2021-03-12 20:24:23 +01:00
Nikita Karamov 8b1431274b
Add dates to CHANGELOG 2021-03-12 20:24:02 +01:00
Nikita Karamov 1b0593c03b
Update Node version to 14 2021-03-12 20:21:46 +01:00
Nikita Karamov da1e8af221
v1.1.1 2021-03-03 14:17:41 +01:00
Nikita Karamov 980f194968
Add engines.node 2021-03-03 14:16:45 +01:00
Nikita Karamov dc127dd062
Bump dependencies 2021-03-03 14:14:53 +01:00
Nikita Karamov 510aee9896
Add .node-version 2021-03-03 14:11:05 +01:00
Nikita Karamov d3dd043155
Update CHANGELOG 2021-03-03 14:08:10 +01:00
dependabot[bot] 99a6584250 Bump pug from 3.0.0 to 3.0.1
Bumps [pug](https://github.com/pugjs/pug) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.0...pug@3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03 10:08:29 +01:00
dependabot[bot] e08ddde033 Bump pug-code-gen from 2.0.2 to 2.0.3
Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug-code-gen@2.0.2...pug@2.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03 10:04:55 +01:00