Getting Started with 11ty

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 11ty

  • This will create a blank site in the current directory. To start up the web server, you can run this command: npx @11ty/eleventy --serve. After that, you can open http://localhost:8080/README/ in your web browser to see your local page. You can edit its contents in a code editing program such as VSCode. Then you'll want to create a .eleventy.js file so that you can configure Eleventy to your site's needs. You can edit the files in the directory such as the readme.md and index.html. Here is what my basic site looks like: You can view my GitHub code [here].(https://github.com/briangan123/11ty)

  • eleventy-base-blog

    A starter repository for a blog web site using the Eleventy static site generator.

  • Another way to utilize 11ty is by using prebuilt templates. For this example, I used this template from GitHub. To use this as a template, click the green button that says "use this template". It will prompt you to create a repo name and then you can create your own version. After you created your template on GitHub, you can use your command line to keep track of changes so that you can upload it to GitHub. Again, you can edit the contents by changing some files in VSCode. Here is what my blog looks like

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • It's 2023. How are you developing simple static websites?

    5 projects | /r/webdev | 30 Jan 2023
  • 11 Top Eleventy Blog Themes (Starters) in 2023

    12 projects | dev.to | 9 Jan 2023
  • Getting Started with 11ty

    5 projects | dev.to | 1 May 2022
  • Working with 11ty/eleventy to make Blogs

    4 projects | dev.to | 27 Apr 2022
  • Creating a Blog with 11ty and HAX11ty

    6 projects | dev.to | 21 Apr 2022