Aleksandrhovhannisyan.com

screenshot of Aleksandrhovhannisyan.com
eleventy
scss

My personal website and blog, created with 11ty, Sass, and JavaScript.

Overview:

Aleksandr Hovhannisyan's personal website and blog, built with 11ty, serves as a platform for sharing content and as a learning experience for others interested in exploring the code. The website is not open-source and is reserved under copyright by Aleksandr Hovhannisyan. However, visitors are encouraged to fork/clone the repository for educational purposes but must seek permission before redistributing any owned content. The repository also includes a separate starter template for those looking to reuse the basic structure.

Features:

  • Personal website and blog utilizing 11ty static site generator
  • Copyrighted content with permissions for forking and exploring code
  • Separate starter template available for reuse
  • Third-party images and fonts licensed accordingly
  • Inline attribution for borrowed tutorial code

Summary:

Aleksandr Hovhannisyan's personal website and blog, built with 11ty, provides a valuable resource for individuals interested in exploring the code and structure behind a static site. While the content is not open-source, the repository offers a learning experience and a starting point for those looking to create similar websites. Proper attribution and respect for licensing are emphasized throughout the repository, ensuring that all third-party content is used with permission.

eleventy
Eleventy

11ty is a static site generator that allows developers to build fast, modern websites using HTML, Markdown, and other templating languages, without the need for a complex build system.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

personal
Personal

A personal website is an online platform that showcases an individual's work, interests, and personality. It can include a range of content, such as a bio, resume, portfolio, blog, and contact information, and is often used to promote one's personal brand or professional services.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.