Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
feat: [#235] new blog post: Review and Setup Guide for UNIT3D
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Aug 17, 2024
1 parent 3f82706 commit ffb112d
Show file tree
Hide file tree
Showing 9 changed files with 393 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ callgrind
Callout
certbot
certonly
Chatrooms
Chihaya
containerfile
Containerfiles
Expand All @@ -35,6 +36,7 @@ fullchain
HEALTHCHECK
heaptrack
Heiko
Helpdesk
Histoire
hotspots
iconify
Expand All @@ -47,6 +49,7 @@ Juggery
kcachegrind
keyrings
Kimbatt
Laravel
letsencrypt
libhwloc
libsqlite
Expand All @@ -63,6 +66,7 @@ opentracker
passcode
pexels
postbuild
postmarkapp
println
privkey
problably
Expand All @@ -82,9 +86,12 @@ signup
Stackoverflow
striptags
struct
themoviedb
tlsv
TMDB
torrenting
Torrust
Troubleshoting
Tzou
usermod
valgrind
Expand Down
1 change: 1 addition & 0 deletions src/lib/data/blog-posts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const importPosts = (render = false) => {
const posts: BlogPost[] = [];
for (const path in imports) {
if (path.startsWith('/src/routes/v2')) continue;

const post = imports[path] as ImportedModule;
if (post) {
posts.push({
Expand Down
Loading

2 comments on commit ffb112d

@cgbosse
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@josecelano very nice article.
Please have a look at my remarks and suggestions for corrections.

@josecelano
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@josecelano very nice article. Please have a look at my remarks and suggestions for corrections.

Thank you @cgbosse. Fixed.

Please sign in to comment.