Coder Social home page Coder Social logo

joeloconnor.nz

Welcome to the personal website and blog of Joel O'Connor. This is a Next.js site bootstrapped with create-next-app, and it uses the beta app directory for pages, layouts, and route handlers.

This site uses Tailwind CSS along with the @tailwindcss/typography plugin for styling.

I'm currently using nodemailer to send contact emails, but may look to replace this with a more robust solution in the near future.

My blog is authored using MDX and Contentlayer. I'll attempt to regularly post articles about my hobbies, projects, and learning.

URLs

You can visit my site at the following URLs:

Planned Features/Tasks

  • Home page
    • Social media links
    • Work experience
    • CV download link
    • Blog articles
  • Blog
    • Index page
    • Post page
    • Categories
    • Social sharing images
    • Styled code blocks
    • RSS feed
  • Header
    • Blog link
    • Mobile-friendly menu
    • Dark mode toggle
    • Logo
  • Footer
    • Site links
    • Remove social media links
  • Contact form
    • Captcha
    • Input validation
    • Faster email service
  • About page
    • Social media links
    • NZ map with POIs
  • Bug fixes

    • Captcha theme doesn't update when dark mode toggle is pressed
    • Can't toggle to dark mode when multiple tabs are open in Safari
  • Improvements

    • Update styles
    • Logo to use primary colour on homepage. Currently the other way around

Getting Started

To run this site locally, first install the npm dependencies:

npm install

Next, create a file named .env.local in the root of your project and the following environment variables:

# SMTP Credentials
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASSWORD=
SMTP_FROM_ADDRESS=
SMTP_TO_ADDRESS=

Next, run the development server:

npm run dev

Finally, open http://localhost:3000 in your browser to view the website.

Learn More

To learn more about the technologies used in this site, see the following resources:

  • Next.js - the official Next.js documentation
  • Tailwind CSS - the official Tailwind CSS documentation
  • Contentlayer - the official Contentlayer documentation
  • MDX - the official MDX documentation

Joel O'Connor's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.