bf372da687
build: update content-update branch on push to main
Publish image / create-docker-images (push) Successful in 31s
Publish image / deploy (push) Successful in 11s
Publish image / rebase (push) Failing after 7s
2024-12-09 15:08:18 -03:00
893b80d262
build: add autodeploy workflow
Publish image / create-docker-images (push) Successful in 31s
Publish image / deploy (push) Successful in 15s
2024-12-09 13:18:07 -03:00
f3d7ff5d71
build: add docker-stack.yml configuration
Publish image / create-docker-images (push) Successful in 57s
2024-12-06 20:33:04 -03:00
2059de21da
chore: add build actions
Publish image / create-docker-images (push) Successful in 42s
2024-12-05 18:56:34 -03:00
e9d50af0ae
chore: update project config files
2024-12-04 19:37:27 -03:00
1aef4a5794
Merge branch 'ssg-migration'
2024-11-27 19:07:54 -03:00
b156ff9846
chore: add build command
2024-11-27 18:50:38 -03:00
1847f6bf28
chore: add files from master-wiki repo
2024-11-20 20:00:35 -03:00
f99a9ae2ac
feat: implement barebone zola templates
2024-11-10 21:47:36 +00:00
9c20f5ed2e
refactor: add zola init config
2024-11-10 21:47:36 +00:00
5cafe2b673
chore: add cocogitto config
2024-11-10 21:47:36 +00:00
aleidk
afffc35146
chore: delete files from previous architectures
2024-11-10 21:47:36 +00:00
a760eab135
Update README.md
2024-11-10 19:27:09 +00:00
218af8bcf1
fix(blog): fix url to blog page
2024-07-28 12:02:25 -04:00
11f447d91d
feat(landing): update images
2024-07-28 10:02:44 -04:00
28d0e36ee7
feat(Localization): add more text in landing page
2024-04-06 18:30:46 -03:00
033e5bbf94
feat(Content): Add brief introduction to landing page
2024-04-06 12:48:12 -03:00
b30d0e6864
feat(Content): Add content for "about me" in en/es
2024-04-04 16:24:12 -03:00
6300f045ff
chore(Clean): remove unused content files
2024-04-02 10:49:22 -03:00
218216dcd8
fix(build): fix build issues
...
- remove games reference after removing collection
- update obsolote localizations
2024-03-21 22:43:15 -03:00
a85f9adc9b
feat(Projects): Update project entry design
...
Also update project card in index and project list.
Also added portrait image.
2024-03-21 17:57:55 -03:00
944b553e73
feat(Components): Add pagination component
...
This component accept a Page<T> type from [astro](https://docs.astro.build/en/guides/routing/#complete-api-reference )
2024-03-19 20:43:04 -03:00
642e15656e
feat(Projects): refactor project list
2024-03-19 09:34:12 -03:00
b97413e816
fix(Navbar): fix trailing slash inconsistence between environments
2024-03-19 09:06:15 -03:00
66d337255c
fix(Landing): fix layout brake
2024-03-17 20:15:48 -03:00
0092f28101
docs(README): update dependency and reference lists
2024-03-16 18:52:31 -03:00
45fcc13497
feat(langs): Add internacionalization functionality
2024-03-16 18:37:12 -03:00
eef9ec9457
bump: version 0.2.0 → 0.3.0
2024-03-15 10:13:14 -03:00
8f36d1cd02
feat(Style): change layout to allow navbar to expand the whole width
2024-03-15 10:12:50 -03:00
d7a9817514
feat(Style): add animations and effects to landing page
...
added:
- float like group
- button hover effect
- link hover glow effect
- component zoom effect
2024-03-14 17:22:59 -03:00
9f15e40d6e
feat(Navbar): apply sticky style to the main navbar
2024-03-14 14:45:42 -03:00
544815e4d2
refactor(Components): move offcanvas from navbar to it's own component
2024-03-14 13:15:55 -03:00
ebbf02d9aa
style(Style): change division method to prevent warnings
2024-03-14 12:06:26 -03:00
abc6660ac7
bump: version 0.1.0 → 0.2.0
2024-03-13 20:19:56 -03:00
d49fe554ee
feat(Style): update responsive design of landing page
...
fix overflow issues in small screens, hide full navbar on mobile and replace for an off-canvas version
2024-03-13 20:05:15 -03:00
daa5eb27b6
refactor(Style): add SASS to reduce style repetition
...
- Use list, maps and loops to reduce code duplication with small variations
- Use SASS functions for some extreme cases
- Keep native CSS variables to allow overriding/reference in other
styles
refactor(Style): change css theme variables to SASS
add sass files from catppuccin to the project instead of importing it from NPM
refactor(Style): use SASS functions to reduce code boilerplate
2024-03-13 15:18:27 -03:00
d52de9bc59
feat(Style): Apply responsive design
...
BREAKING CHANGE:
2024-03-13 11:37:54 -03:00
a950d4b2fa
build(Commitizen): Add commitizen config to project
2024-03-13 10:07:21 -03:00
54010c6a23
bump: version 0.0.1 → 0.1.0
2024-03-13 09:59:58 -03:00
59ceb8ec44
feat: Apply some elevation to landing components
2024-03-12 17:06:17 -03:00
3bd2b6a4b6
refactor: Remove BackgroundImageDiv component
...
Component is redundant, move style to CSS class and allows to set the
image via CSS variables
2024-03-12 17:05:13 -03:00
6e84ff1ec3
feat: Apply skeleton of new design to landing page
2024-03-11 19:30:16 -03:00
b74fcb19cc
feat(Components): Add Button and BackgroudnImage
2024-03-11 19:29:50 -03:00
a1528a2ad8
feat(Layout): add loading spinner component and to layout
...
Reusable spinner component
Apply spinner to layout to show a "loading state" between transitions, the spinner only shows if the transition is taking more than .2 secconds
2024-03-07 17:20:45 -03:00
d770f51948
Revert "ci(woodpecker): Set NODE_ENV to production in CI"
...
This reverts commit df32342455 .
2024-02-29 17:18:29 -03:00
e5048519b5
Revert "fix(woodpecker): incorrect yaml syntax"
...
This reverts commit c84fc0ed03 .
2024-02-29 17:18:26 -03:00
c84fc0ed03
fix(woodpecker): incorrect yaml syntax
2024-02-29 17:06:39 -03:00
d7f4d6321e
feat(Layout): apply view transition to page navigation
2024-02-29 17:03:04 -03:00
df32342455
ci(woodpecker): Set NODE_ENV to production in CI
2024-02-29 16:45:43 -03:00
2fe966c6f7
ci(woodpecker): remove submodule step
2024-02-27 21:14:29 -03:00