Commit graph

13 commits

Author SHA1 Message Date
Felipe Martin
4df7e1dd8e
feat: build css from less files locally (#735)
* build less using lessc and bun

* build

* make styles-check

* Added workflow to check updates

* avoid embed less files

* docs

* updated tests to reflect changes

* typo

* fixed archive page css

* call styles check on pull requests

* comments in style.less

* fix archive styles affecting other pages

* minify using clean-css

* Split archive.css and style.css

* Updated docs
2023-09-16 19:58:55 +02:00
András Rutkai
e722cb6961
fix: properly parse mysql connection string, docs update (#730)
Mysql connection string update, docs update
2023-09-13 18:31:41 +02:00
Felipe Martin Garcia
81d52a2e24
feat: sqlite migrations (#398)
- Moved migrations from code to SQL files
- Using golang-migrate/v4
- Added a new CLI command: migrate
2022-03-26 08:33:57 +01:00
n8225
d05d1ad2c0
Setup new CI/CD workflows (#365)
* CI/CD setup
* Setup for go-shiori
* Fix docker image
* Dockerfile adjustments
2022-02-13 16:38:54 +01:00
Dean Jackson
c5fd20040a Add GitHub Action for tests & coverage 2020-08-06 21:08:43 +02:00
Radhi Fadlillah
659a3291d8 Implement logic for add and print cmd 2019-05-21 23:24:11 +07:00
Radhi Fadlillah
1e099fbd27 Restructure project directories 2019-05-21 10:31:40 +07:00
Radhi Fadlillah
fe6a6455dc Update gitignore for zero state 2019-05-20 21:09:55 +07:00
Radhi Fadlillah
0ffd6b3231 Download thumbnail image to local disk 2018-05-18 16:18:38 +07:00
Radhi Fadlillah
3b8ce6ce0d Fix missing assets 2018-03-01 21:33:17 +07:00
Radhi Fadlillah
786cae511a Bundle the view in executable 2018-02-23 16:51:06 +07:00
Radhi Fadlillah
fa6f0eebc3 Add search command 2018-01-29 20:45:27 +07:00
Radhi Fadlillah
0bddceeb36 Initial commit 2018-01-26 17:40:01 +07:00