Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 79
tab_width = 4
ij_continuation_indent_size = 8
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = true
ij_smart_tabs = false
ij_visual_guides =
ij_wrap_on_typing = false

[{*.markdown,*.md}]
ij_markdown_force_one_space_after_blockquote_symbol = true
ij_markdown_force_one_space_after_header_symbol = true
ij_markdown_force_one_space_after_list_bullet = true
ij_markdown_force_one_space_between_words = true
ij_markdown_format_tables = true
ij_markdown_insert_quote_arrows_on_wrap = true
ij_markdown_keep_indents_on_empty_lines = false
ij_markdown_keep_line_breaks_inside_text_blocks = true
ij_markdown_max_lines_around_block_elements = 1
ij_markdown_max_lines_around_header = 1
ij_markdown_max_lines_between_paragraphs = 1
ij_markdown_min_lines_around_block_elements = 1
ij_markdown_min_lines_around_header = 1
ij_markdown_min_lines_between_paragraphs = 1
ij_markdown_wrap_text_if_long = true
ij_markdown_wrap_text_inside_blockquotes = true

[{*.mermaid,*.mmd}]
ij_mermaid_after_arrow_text_within_sep = false
ij_mermaid_after_colon = true
ij_mermaid_after_comma = true
ij_mermaid_around_arrow = true
ij_mermaid_around_equality = false
ij_mermaid_around_inline_arrow_text = true
ij_mermaid_around_style_separator = false
ij_mermaid_beetween_line_type_and_relation_type = false
ij_mermaid_before_arrow_text_within_sep = false
ij_mermaid_before_colon = false
ij_mermaid_before_comma = false
ij_mermaid_before_generic = false
ij_mermaid_before_open_curly = true
ij_mermaid_before_open_round = false
ij_mermaid_before_semicolon = false
ij_mermaid_between_node_id_and_node_shape = false
ij_mermaid_between_state_and_annotation = true
ij_mermaid_force_one_space_between_words = true
ij_mermaid_keep_indents_on_empty_lines = false
ij_mermaid_keep_lines_around_structured_statements = 1
ij_mermaid_keep_lines_between_other_statements = 0
ij_mermaid_keep_lines_between_structured_statements = 1
ij_mermaid_keep_lines_within_structures = 0
ij_mermaid_min_lines_around_structured_statements = 0
ij_mermaid_min_lines_between_other_statements = 0
ij_mermaid_min_lines_between_structured_statements = 0
ij_mermaid_min_lines_within_structures = 0
ij_mermaid_within_annotation_braces = false
ij_mermaid_within_arrow_text_sep = false
ij_mermaid_within_curly = true
ij_mermaid_within_node_shapes = false
ij_mermaid_within_round = false
ij_mermaid_within_square = false
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Blog Site Specification

This repository contains the specification for the Blog Site project,
intended for educational purposes.

## Project Description

The project aims to develop a robust and user-friendly web application using
the Django framework. The primary goal is to create a blogging platform that
allows users to publish and manage articles on various topics. The application
will provide an intuitive interface for authors to compose and format their
articles, while also offering a seamless reading experience for visitors.

## Repository Structure

This repository contains only the project specification and related documents,
such as UML diagrams, data fixtures etc. No actual code implementation here.
Anyone can refer to this documentation to understand the project requirements
and design before starting the implementation phase.

## Documents

- [Blog Site Specification](./index.md)
31 changes: 0 additions & 31 deletions README.rst

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes.
Loading