Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
.PHONY: clean site
.PHONY: site clean

clean:
@echo "Cleaning site..."
@rm -rf index.html
@rm -rf assets

site: clean
@echo "Building site..."
@go run main.go
site:
go run main.go
@cp snowz.html public/snowz.html
@cp -r snowz public/snowz

clean:
rm -rf public
1 change: 0 additions & 1 deletion assets/css/styles.css

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
1 change: 0 additions & 1 deletion assets/js/script.js

This file was deleted.

37 changes: 0 additions & 37 deletions config.yaml

This file was deleted.

13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
module lucasnevespereira
module lucasnp.dev

go 1.20
go 1.24.6

require github.com/snowztech/inkssg v0.1.0

require (
github.com/tdewolff/minify/v2 v2.20.37
github.com/yuin/goldmark v1.7.4
gopkg.in/yaml.v2 v2.4.0
github.com/yuin/goldmark v1.8.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

require github.com/tdewolff/parse/v2 v2.7.15 // indirect
16 changes: 6 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
github.com/tdewolff/minify/v2 v2.20.37 h1:Q97cx4STXCh1dlWDlNHZniE8BJ2EBL0+2b0n92BJQhw=
github.com/tdewolff/minify/v2 v2.20.37/go.mod h1:L1VYef/jwKw6Wwyk5A+T0mBjjn3mMPgmjjA688RNsxU=
github.com/tdewolff/parse/v2 v2.7.15 h1:hysDXtdGZIRF5UZXwpfn3ZWRbm+ru4l53/ajBRGpCTw=
github.com/tdewolff/parse/v2 v2.7.15/go.mod h1:3FbJWZp3XT9OWVN3Hmfp0p/a08v4h8J9W1aghka0soA=
github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52/go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE=
github.com/tdewolff/test v1.0.11-0.20240106005702-7de5f7df4739 h1:IkjBCtQOOjIn03u/dMQK9g+Iw9ewps4mCl1nB8Sscbo=
github.com/yuin/goldmark v1.7.4 h1:BDXOHExt+A7gwPCJgPIIq7ENvceR7we7rOS9TNoLZeg=
github.com/yuin/goldmark v1.7.4/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
github.com/snowztech/inkssg v0.1.0 h1:Rkm7dYfs/iWFQftbe0jqcFPOPjkbltetY4K+J3yeljQ=
github.com/snowztech/inkssg v0.1.0/go.mod h1:wkoBEXAk2NWuwlpoNpr7XZXYBgtRebKhMmGXmNphRBA=
github.com/yuin/goldmark v1.8.2 h1:kEGpgqJXdgbkhcOgBxkC0X0PmoPG1ZyoZ117rDVp4zE=
github.com/yuin/goldmark v1.8.2/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
113 changes: 0 additions & 113 deletions index.html

This file was deleted.

37 changes: 37 additions & 0 deletions ink.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Lucas Neves Pereira
avatar: /assets/img/avatar-grey.png
bio: Software Engineer. Building open source tools.
default_theme: minimal
output_dir: public

meta:
lang: en
description: Software Engineer from Portugal living in Paris, France. Building open source tools.
title: Lucas Neves Pereira
author: lucasnp
siteUrl: https://lucasnp.dev

links:
- name: Github
url: https://github.com/lucasnevespereira
- name: LinkedIn
url: https://www.linkedin.com/in/lucasnevespereira/
- name: Youtube
url: https://www.youtube.com/c/lucaasnp
- name: X
url: https://x.com/lucaasnp_
- name: Dev.to
url: https://dev.to/lucasnevespereira

contact:
socials:
- name: github
url: https://github.com/lucasnevespereira
- name: linkedin
url: https://www.linkedin.com/in/lucasnevespereira/
- name: youtube
url: https://www.youtube.com/c/lucaasnp
- name: twitter
url: https://x.com/lucaasnp_
- name: blog
url: https://dev.to/lucasnevespereira
Loading