diff --git a/content/theme/gatsby-wordpress-blog.md b/content/theme/gatsby-wordpress-blog.md new file mode 100644 index 000000000..aaa2f146a --- /dev/null +++ b/content/theme/gatsby-wordpress-blog.md @@ -0,0 +1,21 @@ +--- +title: "WordPress Gatsby Blog" +github: https://github.com/tomcomtang/wordpress-gatsby +demo: https://wordpress-gatsby.edgeone.app/ +author: tomcomtang +date: 2024-06-10 +ssg: + - Gatsby +cms: + - WordPress +css: + - CSS +archetype: + - Blog + - Portfolio +description: A modern blog theme integrating WordPress and Gatsby, supporting both remote WordPress content and local config file modes for performance and flexibility. +note: | + - To enable WordPress mode, set the environment variable `GATSBY_WORDPRESS_URL`. + - To enable the comments module, configure the Giscus environment variables (`GATSBY_GISCUS_REPO`, `GATSBY_GISCUS_REPO_ID`, `GATSBY_GISCUS_CATEGORY_ID`). + - By default (no configuration), the site uses local static JSON data and does not include comments functionality. +--- diff --git a/content/theme/next-minimal-gallery.md b/content/theme/next-minimal-gallery.md new file mode 100644 index 000000000..374280487 --- /dev/null +++ b/content/theme/next-minimal-gallery.md @@ -0,0 +1,17 @@ +--- +title: "Minimal Gallery" +github: https://github.com/tomcomtang/minimal-gallery +demo: https://minimal-gallery.edgeone.app/ +author: tomcomtang +date: 2024-06-10 +ssg: + - Next.js +cms: + - No CMS +css: + - CSS +archetype: + - Gallery + - Portfolio +description: A minimalist image gallery theme focused on photo display, with a clean interface, perfect for personal or photography portfolios. +--- diff --git a/content/theme/next-minimalist-portfolio.md b/content/theme/next-minimalist-portfolio.md new file mode 100644 index 000000000..e1ddd7ab6 --- /dev/null +++ b/content/theme/next-minimalist-portfolio.md @@ -0,0 +1,16 @@ +--- +title: "Minimalist Portfolio" +github: https://github.com/tomcomtang/minimalist-portfolio +demo: https://minimalist-portfolio.edgeone.app/ +author: tomcomtang +date: 2024-06-10 +ssg: + - Next.js +cms: + - No CMS +css: + - CSS +archetype: + - Portfolio +description: A minimalist personal portfolio theme, perfect for developers and designers to showcase projects and skills, with a clean interface and content-focused design. +--- diff --git a/content/theme/next-multiplepage-portfolio.md b/content/theme/next-multiplepage-portfolio.md new file mode 100644 index 000000000..43fc0a4ec --- /dev/null +++ b/content/theme/next-multiplepage-portfolio.md @@ -0,0 +1,16 @@ +--- +title: "Multiple Page Portfolio" +github: https://github.com/tomcomtang/multiplepage-portfolio +demo: https://multiplepage-portfolio.edgeone.app/ +author: tomcomtang +date: 2024-06-10 +ssg: + - Next.js +cms: + - No CMS +css: + - CSS +archetype: + - Portfolio +description: A modern multi-page personal portfolio theme, supporting various content displays, perfect for developers and designers. +---