Nikita Tokarchuk
|
34d24bdecc
|
Add github action to build and push image
|
3 years ago |
Nikita Tokarchuk
|
4ee1a91648
|
Add dockerfile
|
3 years ago |
Nikita Tokarchuk
|
68430b1932
|
Merge remote-tracking branch 'github/main' into develop
|
3 years ago |
Nikita Tokarchuk
|
4d2459c35c
|
Merge pull request #1 from mainnika/develop
Finished code base
|
3 years ago |
Nikita Tokarchuk
|
7b70da4c23
|
Fix typo
|
3 years ago |
Nikita Tokarchuk
|
5dc652a4be
|
Create npm package lock file
|
3 years ago |
Nikita Tokarchuk
|
1454c14595
|
Use http server helpers for development
|
3 years ago |
Nikita Tokarchuk
|
a7f780e5be
|
Include app js script to the template header
|
3 years ago |
Nikita Tokarchuk
|
f182988346
|
Use google code prettifier
|
3 years ago |
Nikita Tokarchuk
|
9520a07089
|
Include bootstrap icons set
|
3 years ago |
Nikita Tokarchuk
|
0e68a60073
|
Include project styles data
|
3 years ago |
Nikita Tokarchuk
|
320d8b0608
|
Include adobe fonts css to the project
|
3 years ago |
Nikita Tokarchuk
|
a49b8b75e5
|
Add webpack entrypoint script
|
3 years ago |
Nikita Tokarchuk
|
263b911363
|
Create webpack empty configuration
|
3 years ago |
Nikita Tokarchuk
|
25a0d8b5da
|
Create npm root project
|
3 years ago |
Nikita Tokarchuk
|
638cf787af
|
Upgrade go mod packages
|
3 years ago |
Nikita Tokarchuk
|
393f63757a
|
Render scroll icon near the pinned post
|
3 years ago |
Nikita Tokarchuk
|
9b43855d07
|
Render pages pagination
|
3 years ago |
Nikita Tokarchuk
|
b0d49ffe3b
|
Render blog posts data
|
3 years ago |
Nikita Tokarchuk
|
d6905b0d15
|
Render latests posts content on index template
|
3 years ago |
Nikita Tokarchuk
|
58c55e4659
|
Render pinned post on index template
|
3 years ago |
Nikita Tokarchuk
|
823adde655
|
Render menu header template
|
3 years ago |
Nikita Tokarchuk
|
8f4d4ff1ba
|
Implement template helper funcs
|
3 years ago |
Nikita Tokarchuk
|
422bcbf82c
|
Add header go html template
|
3 years ago |
Nikita Tokarchuk
|
f3ed0ccc0a
|
Add content title and description helpers
|
3 years ago |
Nikita Tokarchuk
|
7a694bcbe8
|
Load blog page data as the content
|
3 years ago |
Nikita Tokarchuk
|
47029b5a4c
|
Load index page data as the content
|
3 years ago |
Nikita Tokarchuk
|
ea58971e86
|
Add content config to renderer handler
|
3 years ago |
Nikita Tokarchuk
|
d017015662
|
Add ghost client to renderer handler
|
3 years ago |
Nikita Tokarchuk
|
7819567e78
|
Implement ghost query params helpers
|
3 years ago |
Nikita Tokarchuk
|
20d0108b55
|
Add ghost backend get-post-by-slug request
|
3 years ago |
Nikita Tokarchuk
|
85ade84d3d
|
Add ghost backend get-posts request
|
3 years ago |
Nikita Tokarchuk
|
7fbb921516
|
Add ghost backend get-page-by-slug request
|
3 years ago |
Nikita Tokarchuk
|
ea9d93443f
|
Generate easyjson helpers for ghost data
|
3 years ago |
Nikita Tokarchuk
|
78b82f5cc5
|
Describe the ghost data structures
|
3 years ago |
Nikita Tokarchuk
|
29124c0490
|
Implement generic http query
|
3 years ago |
Nikita Tokarchuk
|
e3c87d5eff
|
Initialize http client handler
|
3 years ago |
Nikita Tokarchuk
|
ec51d18cd6
|
Add ghost client interface
|
3 years ago |
Nikita Tokarchuk
|
c1b2b721e6
|
Redirect root url to index
|
3 years ago |
Nikita Tokarchuk
|
48df063c86
|
Render empty index template
|
3 years ago |
Nikita Tokarchuk
|
e853eea486
|
Render empty blog template
|
3 years ago |
Nikita Tokarchuk
|
a04066148f
|
Implement any-error handler
|
3 years ago |
Nikita Tokarchuk
|
f0b3d34c05
|
Add not-found error handler
|
3 years ago |
Nikita Tokarchuk
|
d9ab404cf2
|
Implement the renderer routing basics
|
3 years ago |
Nikita Tokarchuk
|
bcb9d77de0
|
Implement template writer helper
|
3 years ago |
Nikita Tokarchuk
|
156c3fd2cc
|
Implement function that resolves mapping between content and template
|
3 years ago |
Nikita Tokarchuk
|
1d970ddcd7
|
Add empty content data that is mapped to templates
|
3 years ago |
Nikita Tokarchuk
|
edf7192fac
|
Add basic blog and index go template markups
|
3 years ago |
Nikita Tokarchuk
|
db2efebddf
|
Add error go template markup
|
3 years ago |
Nikita Tokarchuk
|
5b2eab10f0
|
Parse compiled-in go templates on app start
|
3 years ago |