Update blog (#324)

* Test

* Update gatsby-config.js

* Changes search result text

* Fix gatsby-config.js and title

* Change meta description

* Fix sitemap.xml for broken links

* Update landing page: Key Update and image

* Create Blog “2024-04-21-how-to-integrate-langchain-with-apache-age-for-graph-database-applications”

* Update Blog “2024-04-21-how-to-integrate-langchain-with-apache-age-for-graph-database-applications”

* Update Blog “2024-04-21-how-to-integrate-langchain-with-apache-age-for-graph-database-applications”

* Update blog, cms

* Update blog

* Fix spelling error

* Activate "blog"

* Update download page, modified blog

* modified footer, download

* Update landing image and blog scss

* modified:   src/components/styles/Blog-post.scss

* modified:   src/pages/download/index.md

* modified:   src/templates/blog-post.js

* Create Blog “2024-04-23-beyond-chatgpt-how-to-maximize-the-use-of-chatgpt-with-interactive-graph-models”

* Create Blog “2024-04-23-combating-cyber-attack-with-apache-ages-link-analysis”

* Create Blog “2024-04-23-from-data-to-connections-leveraging-hyperconnectivity-in-e-commerce-data-part-1”

* Create Blog “2024-04-23-learn-machine-learning-with-graph-in-hyperconnected-data-part-2”

* Create Blog “2024-04-23-graph-database-in-postgresql-apache-age”

* Create Blog “2024-04-23-comparison-of-apache-age-postgraphile-and-hasura”

* modified:   static/admin/config.yml

* modified:   src/components/styles/Blog-post.scss
modified:   src/components/styles/BlogRollTemplate.module.scss
modified:   src/templates/blog-post.js

* Update Blog “blog_240401”

* Match file name format

* deleted:    src/pages/blog/blog_240401.md

* Change button color

* modified:   static/sitemap.xml

* modified blog

* modified:   src/pages/404.js
modified:   src/pages/index.md

* Create Blog “2024-04-25-discovering-the-inner-workings-of-postgresqls-data-allocation”

* Create Blog “2024-04-25-seamless-data-migration-migrating-apache-age-data-between-different-versions-of-postgresql”

* Create Blog “2024-04-25-how-to-deploy-apache-age-docker-image-on-aws”

* modified:   static/admin/config.yml

* modified:   src/pages/blog/
modified:   src/pages/blog/2024-04-25-how-to-deploy-apache-age-docker-image-on-aws.md
modified:   src/pages/blog/2024-04-25-seamless-data-migration-migrating-apache-age-data-between-different-versions-of-postgresql.md

* Create Blog “2024-05-01-what-is-a-graph-database”

* modified:   src/templates/blog-post.js

* modified:   src/pages/blog/

* modified:   src/pages/blog/

* Remove sign®

* modified ™

* Create Blog “2024-05-21-a-dockerhub-guide”

* Create Blog “2024-05-21-a-beginners-guide-to-downloading-docker”

* Create Blog “2024-05-21-basic-understanding-what-is-a-container”

* Create Blog “2024-05-21-navigating-the-maze-of-data-with-apache-age-and-langchain”

* Create Blog “2024-05-21-how-to-use-the-official-apache-age-docker-image”

* modified blogs

* Update Blog “2024-05-21-a-dockerhub-guide”

* modified BlogRoll

* modified BlogRollTemplate

* new file:   static/ads.txt
9 files changed
tree: 546d8c26a66847c58ed1aca650cd5f45e4dd6eb5
  1. .dependabot/
  2. .github/
  3. .vscode/
  4. netlify/
  5. src/
  6. static/
  7. .asf.yaml
  8. .gitignore
  9. .prettierrc
  10. _headers
  11. CODE_OF_CONDUCT.md
  12. CONTRIBUTING.md
  13. gatsby-browser.js
  14. gatsby-config.js
  15. gatsby-node.js
  16. netlify.toml
  17. package-lock.json
  18. package.json
  19. PULL_REQUEST_TEMPLATE.md
  20. README.md
  21. renovate.json
  22. requirements.txt
  23. yarn.lock
README.md

This is Apache AGE web site ver 2.0!

how to develop & deploy

2. gatsby website develop mode

require node v16.16.0

yarn install or npm install
yarn run start or npm run start

or 

yarn run serve or npm run serve

local web site: visit please http://localhost:8000/

admin(Netlify Content Management System) : http://localhost:8000/admin

⚠️ Only forked branch repositories are allowed on the Administration page.

  1. To use the Administration page, first fork this repository first
  2. Please allow permission requests for your repository from the Netlify app
  3. In the /static/admin/config.yml file, please change the repo to your repository address
  4. When you are done, pull request to new-web.

3. build & deploy

yarn run deploy or npm run deploy